embed .env example
This commit is contained in:
parent
e10e081563
commit
4f68d61aca
2 changed files with 10 additions and 1 deletions
9
.env
Normal file
9
.env
Normal 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
|
|
@ -34,5 +34,5 @@ module.exports = {
|
|||
}
|
||||
},
|
||||
|
||||
secret: process.env.SMTP_SECRET
|
||||
secret: process.env.SECRET
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue