You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hub/spaces-sdks-docker-langfuse.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ The Langfuse Hugging Face Space allows you to get up and running with a deployed
33
33
1.2. Select **Docker** as the Space SDK
34
34
1.3. Select **Langfuse** as the Space template
35
35
1.4. Enable **persistent storage** to ensure your Langfuse data is persisted across restarts
36
-
1.5. Change the **Environment Variables**:
36
+
1.5. For a secure deployment, replace the default values of the **environment variables**:
37
37
-`NEXTAUTH_SECRET`: Used to validate login session cookies, generate secret with at least 256 entropy using `openssl rand -base64 32`.
38
38
-`SALT`: Used to salt hashed API keys, generate secret with at least 256 entropy using `openssl rand -base64 32`.
39
39
-`ENCRYPTION_KEY`: Used to encrypt sensitive data. Must be 256 bits, 64 string characters in hex format, generate via: `openssl rand -hex 32`. You should overwrite the default value here for a secure deployment.
0 commit comments