9 lines
195 B
Bash
Executable File
9 lines
195 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'
|
|
GOOGLE_API_KEY='api_key'
|