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:
parent
23ea7fc97f
commit
8a8f292bf1
1 changed files with 5 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue