forked from City-of-Helsinki/smbackend
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #388 from City-of-Turku/fix/default-environment-va…
…riables Fix/default environment variables
- Loading branch information
Showing
3 changed files
with
19 additions
and
19 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 |
---|---|---|
|
@@ -145,22 +145,22 @@ [email protected] | |
EMAIL_PORT=25 | ||
EMAIL_USE_TLS=True | ||
|
||
# Django project log level, default INFO | ||
DJANGO_LOG_LEVEL= | ||
# Turku services importers log level, default DEBUG | ||
TURKU_SERVICES_IMPORT_LOG_LEVEL= | ||
# Search log level, default INFO | ||
SEARCH_LOG_LEVEL= | ||
# IoT APP, default INFO | ||
IOT_LOG_LEVEL= | ||
# Eco counter, default INFO | ||
ECO_COUNTER_LOG_LEVEL= | ||
# Mobility data (includes importers), default INFO | ||
MOBILITY_DATA_LOG_LEVEL= | ||
# Bicycle networks APP, default INFO | ||
BICYCLE_NETWORK_LOG_LEVEL= | ||
# Street maintenance, default INFO | ||
STREET_MAINTENANCE_LOG_LEVEL= | ||
# Django project log level | ||
DJANGO_LOG_LEVEL=INFO | ||
# Turku services importers log level | ||
TURKU_SERVICES_IMPORT_LOG_LEVEL=INFO | ||
# Search log level | ||
SEARCH_LOG_LEVEL=INFO | ||
# IoT APP, | ||
IOT_LOG_LEVEL=INFO | ||
# Eco counter | ||
ECO_COUNTER_LOG_LEVEL=INFO | ||
# Mobility data (includes importers) | ||
MOBILITY_DATA_LOG_LEVEL=INFO | ||
# Bicycle networks APP | ||
BICYCLE_NETWORK_LOG_LEVEL=INFO | ||
# Street maintenance | ||
STREET_MAINTENANCE_LOG_LEVEL=INFO | ||
|
||
# Settings needed for enabling Turku area: | ||
#ADDITIONAL_INSTALLED_APPS=smbackend_turku,ptv | ||
|
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