Skip to content

Commit 112e7e9

Browse files
Update docs/hub/spaces-sdks-docker-langfuse.md
Co-authored-by: Marc Klingen <[email protected]>
1 parent a0dfd6e commit 112e7e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/hub/spaces-sdks-docker-langfuse.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The Langfuse Hugging Face Space allows you to get up and running with a deployed
3333
1.2. Select **Docker** as the Space SDK
3434
1.3. Select **Langfuse** as the Space template
3535
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**:
3737
- `NEXTAUTH_SECRET`: Used to validate login session cookies, generate secret with at least 256 entropy using `openssl rand -base64 32`.
3838
- `SALT`: Used to salt hashed API keys, generate secret with at least 256 entropy using `openssl rand -base64 32`.
3939
- `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

Comments
 (0)