From e776ee27ddf2e16ac5fc7fce4b02e28b1a05da4b Mon Sep 17 00:00:00 2001 From: Redume Date: Wed, 23 Oct 2024 19:46:41 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A0=D0=B0=D0=B7=D0=B4=D0=B5=D0=BB=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B8=20=D0=BF=D0=BE=D1=8F=D1=81=D0=BD=D0=B8=D0=BB=20?= =?UTF-8?q?=D1=87=D1=82=D0=BE=20=D1=80=D0=B5=D0=B4=D0=B0=D0=BA=D1=82=D0=B8?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=B0=D1=82=D1=8C,=20=D0=B0=20=D1=87=D1=82?= =?UTF-8?q?=D0=BE=20=D0=BD=D0=B5=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env-sample | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.env-sample b/.env-sample index cfc6a0c..7539f74 100644 --- a/.env-sample +++ b/.env-sample @@ -1,4 +1,10 @@ -POSTGRES_USER=postgres +# Connection secret for postgres. You should change it to a random password +# Please use only the characters `A-Za-z0-9`, without special characters or spaces + POSTGRES_PASSWORD=my_password -POSTGRES_DB=my_database -DB_HOST=postgres \ No newline at end of file + +# If you do not know what you are doing, then you should not edit the values below +################################################################################### +POSTGRES_DB=kekkai +DB_HOST=postgres +POSTGRES_USER=postgres \ No newline at end of file