-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Convert REDIS_USE_SSL into a boolean * Update main health check to throw 503's if mysql or redis (optional) is down. * Debug * Remove debug, and fix env -> bool conversion * Fix tests * Remove print
- Loading branch information
1 parent
efa014a
commit e5eb6ef
Showing
6 changed files
with
27 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
# -- GENERAL -- | ||
# Logging level: DEBUG|INFO|WARNING|ERROR|CRITICAL | ||
LOG_LEVEL=ERROR | ||
LOG_LEVEL=DEBUG | ||
LOG_USE_STREAM=1 | ||
|
||
# -- FRONTEND -- | ||
|
@@ -90,7 +90,7 @@ GOOGLE_TEST_PASS= | |
TEST_USER_EMAIL=[email protected] | ||
|
||
# -- Redis -- | ||
REDIS_URL=localhost | ||
REDIS_URL | ||
REDIS_PORT=6379 | ||
REDIS_DB=0 | ||
# No value = Python None | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters