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:
parent
8af07b7736
commit
e8877081f9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue