Ajit Panday commited on
Commit
1be9f65
·
2 Parent(s): c9906d2 f8d6522

Complete multi-tenant system with customer-specific databases

Browse files
Files changed (1) hide show
  1. .env +1 -1
.env CHANGED
@@ -2,7 +2,7 @@
2
  DATABASE_URL=mysql+pymysql://user:password@localhost:3306/vbot
3
 
4
  # Security
5
- JWT_SECRET=your_jwt_secret_key_here
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