backend/.env
Kai Vogelgesang e4e7497b3e
All checks were successful
continuous-integration/drone/push Build is passing
Add CORS middleware
2022-10-07 23:20:49 +02:00

5 lines
131 B
Bash

MONGO_URI="mongodb://user:pass@localhost:27017/"
ADMIN_TOKEN="admin"
# CORS_ORIGINS='["*"]'
# CORS_REGEX="http://.*\.example\.com"