mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-13 10:52:28 -04:00
Hardcode gocoder db schema
This commit is contained in:
@@ -34,10 +34,6 @@ 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).
|
||||
POSTGRES_SCHEMA=gocoder
|
||||
|
||||
# Storage backend
|
||||
# There are two currently supported backends: local filesystem and s3.
|
||||
|
||||
Reference in New Issue
Block a user