Spaces:
Running
Running
Create .env.example
Browse files- .env.example +13 -0
.env.example
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# JWT Configuration
|
2 |
+
JWT_SECRET=your-very-long-random-secret-key-change-this-in-production
|
3 |
+
JWT_ALGORITHM=HS256
|
4 |
+
JWT_EXPIRATION_HOURS=24
|
5 |
+
|
6 |
+
# Encryption Key for Cloud Tokens
|
7 |
+
FLARE_TOKEN_KEY=your-32-byte-base64-fernet-key
|
8 |
+
|
9 |
+
# Spark Integration
|
10 |
+
SPARK_TOKEN=your-huggingface-token-for-spark-service
|
11 |
+
|
12 |
+
# Environment
|
13 |
+
ENVIRONMENT=development
|