embed .env example

This commit is contained in:
lesion 2019-03-05 00:23:21 +01:00
parent e10e081563
commit 4f68d61aca
2 changed files with 10 additions and 1 deletions

9
.env Normal file
View file

@ -0,0 +1,9 @@
BASE_URL=http://localhost:12300
ADMIN_EMAIL=admin@example.com
SMTP_HOST=mail.example.com
SMTP_USER=admin@example.com
SMTP_PASS=secret
SECRET=secret

View file

@ -34,5 +34,5 @@ module.exports = {
} }
}, },
secret: process.env.SMTP_SECRET secret: process.env.SECRET
} }