From 93a3c30e81296ed82b9a42726032fb08fedd6247 Mon Sep 17 00:00:00 2001 From: Kayne Ruse Date: Thu, 8 Apr 2021 04:21:31 +1000 Subject: [PATCH] Fixed the database hostname It's supposed to point to localhost when developing locally. --- .envdev | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.envdev b/.envdev index 854951a..438f641 100644 --- a/.envdev +++ b/.envdev @@ -1,6 +1,6 @@ WEB_PORT=3000 -DB_HOSTNAME=database +DB_HOSTNAME=localhost DB_DATABASE=template DB_USERNAME=template DB_PASSWORD=pikachu @@ -12,4 +12,4 @@ DB_TIMEZONE=Australia/Sydney DB_LOGGING= # Make sure this value matches the system that you connect to -SECRET_ACCESS=access \ No newline at end of file +SECRET_ACCESS=access