server/.env.example

19 lines
310 B
Text
Raw Normal View History

2020-07-10 20:44:01 +00:00
S3_ORGANIZATION_ID=
S3_ACCESS_KEY=
S3_SECRET_KEY=
MONGO_URI=mongodb://root:root@127.0.0.1:27017/forumvirt?authSource=admin
SMTP_HOST=
SMTP_PORT=
SMTP_USERNAME=
SMTP_PASSWORD=
SMTP_SECURE=false
ADMIN_TOKEN=pass
2020-07-14 21:58:55 +00:00
ADMIN_EMAIL=spamfree@matthieubessat.fr
2020-07-10 20:44:01 +00:00
REDIS_HOST=localhost
REDIS_PORT=6379
REDIS_PASSWORD=root