10 lines
294 B
Plaintext
10 lines
294 B
Plaintext
API_URL="http://localhost:3001/api"
|
|
EMAIL_ADDRESS="...@gmail.com"
|
|
EMAIL_PASSWORD="..."
|
|
MONGO_URI="mongodb://localhost/accord-test"
|
|
NODE_ENV="dev"
|
|
PORT=3001
|
|
ROOT_ENDPOINT="http://localhost:3001"
|
|
WEBSITE_URL="http://localhost:4200"
|
|
SESSION_SECRET="Please ⭐ this repository."
|
|
RECAPTCHA_SECRET="" |