File size: 240 Bytes
ace186a
2eabd1c
cf13f26
2eabd1c
 
ace186a
 
2eabd1c
 
ace186a
 
1
2
3
4
5
6
7
8
9
10
11
12
# Backend config
# Use a relative path so it works both locally and on Hugging Face
DATABASE_URL=sqlite:////tmp/app.db

# Security
JWT_SECRET=your_super_secret_key_here
JWT_EXPIRES_MINUTES=60

# App settings
APP_NAME=CHB App
CORS_ORIGINS=*