Files
ProxyTrash/backend/.env
2026-05-23 05:33:39 -06:00

5 lines
203 B
Bash

DATABASE_URL=postgresql+psycopg://postgres:password@127.0.0.1:5432/hackaton
SECRET_KEY=change-this-in-production
ACCESS_TOKEN_EXPIRE_MINUTES=10080
CORS_ORIGINS=http://localhost:3000,http://10.0.2.2:3000