Spaces:
Runtime error
Runtime error
Spyderzz commited on
Commit ·
e2bfbf6
1
Parent(s): 144497c
chore: update Hugging Face space configuration with app port and pinned status
Browse files
.env
CHANGED
|
@@ -12,7 +12,7 @@ CORS_ORIGINS=["*"]
|
|
| 12 |
# Database
|
| 13 |
# For local dev: sqlite:///./deepshield.db
|
| 14 |
# For production (Neon/Supabase): postgresql://username:password@ep-cool...
|
| 15 |
-
DATABASE_URL=postgresql://neondb_owner:npg_YUdXqlrDP3H2@ep-divine-tooth-ame27uf3-pooler.c-5.us-east-1.aws.neon.tech/neondb?sslmode=require&channel_binding=
|
| 16 |
|
| 17 |
# File Upload
|
| 18 |
MAX_UPLOAD_SIZE_MB=100
|
|
|
|
| 12 |
# Database
|
| 13 |
# For local dev: sqlite:///./deepshield.db
|
| 14 |
# For production (Neon/Supabase): postgresql://username:password@ep-cool...
|
| 15 |
+
DATABASE_URL=postgresql://neondb_owner:npg_YUdXqlrDP3H2@ep-divine-tooth-ame27uf3-pooler.c-5.us-east-1.aws.neon.tech/neondb?sslmode=require&channel_binding=disable
|
| 16 |
|
| 17 |
# File Upload
|
| 18 |
MAX_UPLOAD_SIZE_MB=100
|
README.md
CHANGED
|
@@ -4,7 +4,8 @@ emoji: 🛡️
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: docker
|
| 7 |
-
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
# DeepShield Backend
|
|
|
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: docker
|
| 7 |
+
app_port: 7860
|
| 8 |
+
pinned: true
|
| 9 |
---
|
| 10 |
|
| 11 |
# DeepShield Backend
|