ciyidogan commited on
Commit
fad507b
·
verified ·
1 Parent(s): f711c12

Create .env.example

Browse files
Files changed (1) hide show
  1. .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