diff options
author | zvrh <16538800+zvrh@users.noreply.github.com> | 2022-01-05 22:02:33 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-05 22:02:33 +0800 |
commit | a9be4de5a568b15384e1dec11f008d844c8e9c05 (patch) | |
tree | a055445dc0a497d8a8fc62eaebf81969a7bab8b3 /conf/app.ini | |
parent | 14481533b829b2c85465abedace2736423c767ae (diff) |
database: add PostgreSQL custom schema support (#6695)
Co-authored-by: Homura37 <git@gvip.xyz>
Co-authored-by: Homura <16538800+Homura37@users.noreply.github.com>
Co-authored-by: Joe Chen <jc@unknwon.io>
Diffstat (limited to 'conf/app.ini')
-rw-r--r-- | conf/app.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf/app.ini b/conf/app.ini index e2b66a80..d1227a28 100644 --- a/conf/app.ini +++ b/conf/app.ini @@ -144,6 +144,8 @@ HOST = 127.0.0.1:5432 NAME = gogs USER = gogs PASSWORD = +; For "postgres" only +SCHEMA = public ; For "postgres" only, either "disable", "require" or "verify-full". SSL_MODE = disable ; For "sqlite3" only, make sure to use absolute path. |