Files
2026-02-03 22:03:33 -08:00

5 lines
80 B
Bash

MONGO_URL="mongodb://localhost:27017"
DB_NAME="test_database"
CORS_ORIGINS="*"