Fixed the database hostname
It's supposed to point to localhost when developing locally.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user