From 99f86560eddb0852ef975bc285c6cb3c7168989f Mon Sep 17 00:00:00 2001 From: Mick Vermeulen Date: Sun, 20 Sep 2020 10:09:18 +0200 Subject: [PATCH] add host to env sample --- .env.sample | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.env.sample b/.env.sample index 24bca12..8fbfb62 100644 --- a/.env.sample +++ b/.env.sample @@ -1,9 +1,8 @@ # Only this variable has to be changed GAME_FOLDER=/res - -# No modifications needed by default DATA_FOLDER=./data CERTIFICATE=./cert.pfx +HOSTNAME=localhost # Postgres specific setup, no modifications needed by default POSTGRES_USER=uchu