Update install-conf.yml

This commit is contained in:
ericgaspar 2023-07-16 08:29:27 +02:00
parent b26bd2e576
commit 2889865900

View file

@ -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__