Fixed the database hostname

It's supposed to point to localhost when developing locally.
This commit is contained in:
2021-04-08 04:21:31 +10:00
committed by GitHub
parent ae8c82e83a
commit 93a3c30e81
+2 -2
View File
@@ -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
SECRET_ACCESS=access