1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/focalboard_ynh.git synced 2024-09-03 18:36:19 +02:00

Update config.json

This commit is contained in:
ericgaspar 2021-04-13 22:59:33 +02:00
parent 23ea7fc97f
commit 8a8f292bf1
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -3,6 +3,7 @@
"port": __PORT__,
"dbtype": "postgres",
"dbconfig": "postgres://__DB_NAME__:__DB_PWD__@localhost/__DB_NAME__?sslmode=disable&connect_timeout=10",
"postgres_dbconfig": "dbname=focalboard sslmode=disable",
"useSSL": false,
"webpath": "./pack",
"filespath": "./files",
@ -11,3 +12,7 @@
"session_refresh_time": 18000,
"localOnly": false
}
"dbtype": "postgres",
"dbconfig": "postgres://__DB_NAME__:__DB_PWD__@localhost/__DB_NAME__?sslmode=disable&connect_timeout=10",