8 lines
170 B
Bash
Executable File
8 lines
170 B
Bash
Executable File
MONGO_URI='mongodb://localhost:27017/'
|
|
DATABASE='nameOfDatabase'
|
|
PORT=8000
|
|
SECRET='123456789'
|
|
GEOLOCATION_API='api_key'
|
|
EMAIL_USER=mail@example.com
|
|
EMAIL_PASS='password'
|