Files
api.pawol.nu/.env.example
T

22 lines
252 B
Bash
Raw Normal View History

2020-12-04 20:12:49 +01:00
HOST=0.0.0.0
PORT=1337
2020-12-07 22:39:01 +01:00
MONGO_HOST=localhost
MONGO_PORT=27017
MONGO_DB=strapi
MONGO_USER=
MONGO_PASSWORD=
2020-12-20 18:41:33 +01:00
AUTHENTICATION_DATABASE=
STRAPI_URL=
STRAPI_ADMIN_URL=
2021-03-21 12:56:44 +01:00
#SMTP ENV
SMTP_HOST=
SMTP_PORT=
SMTP_USERNAME=
SMTP_PASSWORD=
SMTP_FROM=
SMTP_REPLY_TO=