pydio_ynh/conf/install-conf.yml
2024-01-28 17:27:41 +01:00

22 lines
443 B
YAML

# Basic no-TLS config for the embedded gateway
proxyconfig:
binds:
- localhost:__PORT__
reverseproxyurl: https://__DOMAIN__
tlsconfig:
selfsigned:
hostnames:
- localhost
frontendlogin: __ADMIN__
frontendpassword: __PASSWORD__
# DB connection
dbconnectiontype: tcp
dbtcphostname: localhost
dbtcpport: 3306
dbtcpname: __DB_NAME__
dbtcpuser: __DB_USER__
dbtcppassword: __DB_PWD__
dsfolder: __DATA_DIR__