7 lines
212 B
Plaintext
7 lines
212 B
Plaintext
EMAIL_ADDRESS="example@example.com"
|
|
EMAIL_PASSWORD="password"
|
|
MONGO_URI="mongodb://localhost/accord"
|
|
NODE_ENV="dev"
|
|
PORT=3000
|
|
WEBSITE_URL="http://localhost:4200"
|
|
SESSION_SECRET="Please ⭐ this repository." |