mirror of
https://github.com/YunoHost-Apps/pydio_ynh.git
synced 2024-09-03 20:16:05 +02:00
22 lines
443 B
YAML
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__
|