CoolFace
Apppublic

ashnaali22/phase-3-h2

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
.env.example14 linesDownload Raw Back to root
1# Database2DATABASE_URL=postgresql://[user]:[password]@[host]/[database]?sslmode=require3 4# Server5DEBUG=True6HOST=0.0.0.07PORT=80008 9# CORS10FRONTEND_URL=http://localhost:300011 12# Logging13LOG_LEVEL=INFO14