-
Notifications
You must be signed in to change notification settings - Fork 186
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
no more pg-native; new config flag for DATABASE_SSL (#1831)
- Loading branch information
1 parent
de31114
commit 497eb03
Showing
4 changed files
with
18 additions
and
6 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
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 |
---|---|---|
|
@@ -62,6 +62,8 @@ POLIS_FROM_ADDRESS="Example <[email protected]>" | |
CACHE_MATH_RESULTS= | ||
# The following flags will all default to false if not set. | ||
BACKFILL_COMMENT_LANG_DETECTION= | ||
# Set to `true` for some production environments: | ||
DATABASE_SSL= | ||
# Set to `false` for production: | ||
DEV_MODE=true | ||
RUN_PERIODIC_EXPORT_TESTS= | ||
|
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