9 lines
274 B
Plaintext
9 lines
274 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." |