pydio_ynh/conf/install-conf.yml
Éric Gaspar 4129b1c33b fix
2023-07-17 15:23:50 +02:00

22 lines
443 B
YAML

# Basic no-TLS config for the embedded gateway
proxyconfig:
binds:
- 127.0.0.1:__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__