From e8877081f9d9c4f50a857ce35ada727363ba7313 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Thu, 21 Dec 2023 18:22:22 +0100 Subject: [PATCH] fix postgresql url --- conf/.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env b/conf/.env index 5c1fb6f..e714cd5 100644 --- a/conf/.env +++ b/conf/.env @@ -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