5 lines
80 B
Bash
5 lines
80 B
Bash
MONGO_URL="mongodb://localhost:27017"
|
|
DB_NAME="test_database"
|
|
CORS_ORIGINS="*"
|
|
|
MONGO_URL="mongodb://localhost:27017"
|
|
DB_NAME="test_database"
|
|
CORS_ORIGINS="*"
|
|
|