Princeaka commited on
Commit
2eabd1c
·
verified ·
1 Parent(s): 2ab9784

Update .env.example

Browse files
Files changed (1) hide show
  1. .env.example +6 -1
.env.example CHANGED
@@ -1,6 +1,11 @@
1
  # Backend config
2
- DATABASE_URL=
 
 
 
3
  JWT_SECRET=your_super_secret_key_here
4
  JWT_EXPIRES_MINUTES=60
 
 
5
  APP_NAME=CHB App
6
  CORS_ORIGINS=*
 
1
  # Backend config
2
+ # Use a relative path so it works both locally and on Hugging Face
3
+ DATABASE_URL=sqlite:///./backend/app.db
4
+
5
+ # Security
6
  JWT_SECRET=your_super_secret_key_here
7
  JWT_EXPIRES_MINUTES=60
8
+
9
+ # App settings
10
  APP_NAME=CHB App
11
  CORS_ORIGINS=*