# The API starts without this variable, but data endpoints return HTTP 503. # DATABASE_URL=postgres://username:password@hostname:5432/teaching_feedback?sslmode=require HOST=127.0.0.1 PORT=8080 DATABASE_MAX_CONNECTIONS=5 # A single development origin. Leave unset to disable CORS middleware. # CORS_ALLOWED_ORIGIN=https://servicewechat.com