Files
Ratstail91 d42824d41a UNTESTED: Added database port as a configurable option
Also updated license field in package.json
2024-04-15 21:03:08 +10:00

22 lines
530 B
Plaintext

WEB_PORT=3100
WEB_ORIGIN=http://localhost:3001
DB_HOSTNAME=localhost
DB_PORTNAME=3306
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
PAGE_SIZE=10