1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/documize_ynh.git synced 2024-09-03 18:26:19 +02:00
documize_ynh/conf/documize.conf
2022-06-12 14:28:37 +02:00

17 lines
468 B
Text

# This configuration file is in TOML format.
#
# Installation guide: https://docs.documize.com/s/VzO9ZqMOCgABGyfW/installation-guides/d/V16L08ucxwABhZF6/installation-guide
[http]
port = __PORT__
#forcesslport = 5002
#cert = "selfcert/cert.pem"
#key = "selfcert/key.pem"
[database]
type = "postgresql"
connection = "host=localhost port=5432 dbname=__DB_NAME__ user=__DB_USER__ password=__DB_PWD__ sslmode=disable"
salt = "__SALT__"
[install]
location = "selfhost"