2019-03-11 00:20:37 +01:00
|
|
|
NODE_ENV=production
|
2019-03-22 00:16:12 +01:00
|
|
|
|
|
|
|
|
# complete url (use https here!)
|
2019-03-05 00:23:21 +01:00
|
|
|
BASE_URL=http://localhost:12300
|
|
|
|
|
|
2019-03-22 00:16:12 +01:00
|
|
|
# node server will listen here
|
|
|
|
|
PORT=12300
|
|
|
|
|
|
|
|
|
|
# your instance's name and description
|
2019-03-07 14:59:28 +01:00
|
|
|
TITLE=Gancio
|
|
|
|
|
|
2019-03-22 00:16:12 +01:00
|
|
|
DESCRIPTION="description"
|
2019-03-05 00:23:21 +01:00
|
|
|
|
2019-03-22 00:16:12 +01:00
|
|
|
# where emails comes from
|
|
|
|
|
ADMIN_EMAIL=admin@example.org
|
|
|
|
|
SMTP_HOST=mail.example.org
|
|
|
|
|
SMTP_USER=admin@example.org
|
|
|
|
|
SMTP_PASS=password
|
2019-03-05 00:23:21 +01:00
|
|
|
|
2019-03-22 00:16:12 +01:00
|
|
|
# please put a random string here
|
2019-03-05 00:23:21 +01:00
|
|
|
SECRET=secret
|