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

fix postgresql url

This commit is contained in:
Thomas 2023-12-21 18:22:22 +01:00 committed by GitHub
parent 8af07b7736
commit e8877081f9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ HOST=__DOMAIN__
#KEY_PATH=/etc/yunohost/certs/__DOMAIN__/key.pem
## Postgresql
POSTGRES_HOST=postgresql://__DB_USER__:__DB_PWD__@:5432/__DB_NAME__
POSTGRES_HOST=postgresql://__DB_USER__:__DB_PWD__@localhost:5432/__DB_NAME__
## Games can only be in the database for this many days.
## When this is unspecified, PostgresQL deletes games in 10 days, and