embed .env example
This commit is contained in:
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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user