Spaces:
Sleeping
Sleeping
Complete multi-tenant system with customer-specific databases
Browse files
.env
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
DATABASE_URL=mysql+pymysql://user:password@localhost:3306/vbot
|
| 3 |
|
| 4 |
# Security
|
| 5 |
-
JWT_SECRET=
|
| 6 |
|
| 7 |
# API Keys
|
| 8 |
HUGGINGFACE_API_KEY=your_huggingface_api_key_here
|
|
|
|
| 2 |
DATABASE_URL=mysql+pymysql://user:password@localhost:3306/vbot
|
| 3 |
|
| 4 |
# Security
|
| 5 |
+
JWT_SECRET=FUx5idT6meiSYB8KJ0giFYYOKGIm5MY5x1LV9IyyfTg
|
| 6 |
|
| 7 |
# API Keys
|
| 8 |
HUGGINGFACE_API_KEY=your_huggingface_api_key_here
|