mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-13 10:52:28 -04:00
Add POSTGRES_SSLMODE for gocoder (#760)
This commit is contained in:
@@ -26,6 +26,8 @@ POSTGRES_PASSWORD=
|
||||
POSTGRES_DB=
|
||||
POSTGRES_SERVER=
|
||||
POSTGRES_PORT=5432
|
||||
# can also be "require" ("prefer" is not supported)
|
||||
POSTGRES_SSLMODE="disable"
|
||||
# Default is gocoder, you can specify "disabled" to use the default search_path of the user.
|
||||
# If this is not "disabled", the schema will be created (if it does not exists) and
|
||||
# the search_path of the user will be ignored (only the schema specified will be used).
|
||||
|
||||
Reference in New Issue
Block a user