This commit is contained in:
Éric Gaspar 2023-07-16 23:26:00 +02:00
parent fd51f60e77
commit ef763daf59
2 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
# Basic no-TLS config for the embedded gateway
proxyconfig:
binds:
- http://127.0.0.1:__PORT__
- 127.0.0.1:__PORT__
reverseproxyurl: https://__DOMAIN__
frontendlogin: __ADMIN__
frontendpassword: __PASSWORD__

View file

@ -24,8 +24,8 @@ SuccessExitStatus=0
# Add environment variables
Environment=CELLS_ENABLE_METRICS=false
#Environment=CELLS_WORKING_DIR=__INSTALL_DIR__
#Environment=CELLS_DATA_DIR=__DATA_DIR__
Environment=CELLS_WORKING_DIR=__INSTALL_DIR__
Environment=CELLS_DATA_DIR=__DATA_DIR__
[Install]
WantedBy=multi-user.target