Files
news-server/.envdev
T
2021-04-07 02:44:13 +10:00

18 lines
479 B
Plaintext

WEB_PORT=3100
DB_HOSTNAME=database
DB_DATABASE=news
DB_USERNAME=news
DB_PASSWORD=venusaur
# 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
# Select the default number of articles returned by a GET request
QUERY_LIMIT=10