1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/terraforming-mars_ynh.git synced 2024-09-03 20:36:05 +02:00

Update .env

This commit is contained in:
Thomas 2023-10-29 14:13:11 +01:00 committed by GitHub
parent 0f6a58aee6
commit f4deeea638
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,10 +8,10 @@ PORT=__PORT__
HOST=__DOMAIN__
## Your TLS certificate path (=> `fullchain.pem` created by certbot)
CERT_PATH=/etc/yunohost/certs/__DOMAIN__/crt.pem
#CERT_PATH=/etc/yunohost/certs/__DOMAIN__/crt.pem
## Your TLS private key path (=> `privkey.pem` created by certbot)
KEY_PATH=/etc/yunohost/certs/__DOMAIN__/key.pem
#KEY_PATH=/etc/yunohost/certs/__DOMAIN__/key.pem
## Postgresql
POSTGRES_HOST=postgresql://__DB_USER__:__DB_PWD__@:5432/__DB_NAME__
@ -81,4 +81,4 @@ SERVER_ID=__KEY__
#
## Example: Sweep every 45 seconds. Evict finished games 90 minutes
## after they load.
# GAME_CACHE=sweep=auto;eviction_age=1h30m;sweep_freq=45s
# GAME_CACHE=sweep=auto;eviction_age=1h30m;sweep_freq=45s