mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-01 19:26:40 +00:00
Add schema handling via env var
This commit is contained in:
@@ -26,4 +26,7 @@ POSTGRES_PASSWORD=
|
||||
POSTGRES_DB=
|
||||
POSTGRES_SERVER=
|
||||
POSTGRES_PORT=5432
|
||||
# (the schema "gocoder" will be used)
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user