93a3c30e81
It's supposed to point to localhost when developing locally.
16 lines
406 B
Plaintext
16 lines
406 B
Plaintext
WEB_PORT=3000
|
|
|
|
DB_HOSTNAME=localhost
|
|
DB_DATABASE=template
|
|
DB_USERNAME=template
|
|
DB_PASSWORD=pikachu
|
|
|
|
# Select a "TZ database name" that suits your needs: https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
|
DB_TIMEZONE=Australia/Sydney
|
|
|
|
# Give this any value to enable database logging (such as "true")
|
|
DB_LOGGING=
|
|
|
|
# Make sure this value matches the system that you connect to
|
|
SECRET_ACCESS=access
|