1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gogs_ynh.git synced 2024-09-03 20:36:23 +02:00

Update app.ini

This commit is contained in:
yalh76 2021-08-15 20:20:11 +02:00
parent da87fec4d7
commit 0ea4574aa5

View file

@ -164,7 +164,7 @@ DB_TYPE = mysql
HOST = 127.0.0.1:3306
NAME = __DB_USER__
USER = __DB_USER__
PASSWD = __DB_PPWD__
PASSWD = __DB_PWD__
; For "postgres" only, either "disable", "require" or "verify-full"
SSL_MODE = disable
; For "sqlite3" and "tidb", use absolute path when you start as service