15 lines
272 B
Plaintext
15 lines
272 B
Plaintext
WEB_PROTOCOL=http
|
|
WEB_ADDRESS=localhost
|
|
WEB_PORT=3000
|
|
|
|
MAIL_SMTP=smtp.example.com
|
|
MAIL_USERNAME=foobar@example.com
|
|
MAIL_PASSWORD=foobar
|
|
|
|
DB_HOSTNAME=127.0.0.1
|
|
DB_DATABASE=template
|
|
DB_USERNAME=template
|
|
DB_PASSWORD=pikachu
|
|
DB_TIMEZONE=Australia/Sydney
|
|
|
|
SESSION_SECRET=secret |