mirror of
https://github.com/YunoHost-Apps/pydio_ynh.git
synced 2024-09-03 20:16:05 +02:00
Update install-conf.yml
This commit is contained in:
parent
b26bd2e576
commit
2889865900
1 changed files with 2 additions and 9 deletions
|
@ -1,17 +1,10 @@
|
|||
# Basic no-TLS config for the embedded gateway
|
||||
proxyconfig:
|
||||
binds:
|
||||
- localhost:__PORT__
|
||||
- 127.0.0.1:__PORT__
|
||||
reverseproxyurl: https://__DOMAIN__
|
||||
tlsconfig:
|
||||
selfsigned:
|
||||
hostnames:
|
||||
- localhost
|
||||
|
||||
frontendlogin: __ADMIN__
|
||||
frontendpassword: __PASSWORD__
|
||||
|
||||
# DB connection
|
||||
dbconnectiontype: tcp
|
||||
dbtcphostname: localhost
|
||||
dbtcpport: 3306
|
||||
|
@ -19,4 +12,4 @@ dbtcpname: __DB_NAME__
|
|||
dbtcpuser: __DB_USER__
|
||||
dbtcppassword: __DB_PWD__
|
||||
|
||||
dsfolder: __DATA_DIR__
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue