Hardcode gocoder db schema

This commit is contained in:
Zoe Roux
2025-11-02 18:21:26 +01:00
parent 5827cc32e8
commit f1ddc7e7b9
5 changed files with 15 additions and 31 deletions
-4
View File
@@ -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.