Skip to content

Commit a0dfd6e

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

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
@@ -35,7 +35,7 @@ The Langfuse Hugging Face Space allows you to get up and running with a deployed
3535
1.4. Enable **persistent storage** to ensure your Langfuse data is persisted across restarts
3636
1.5. Change the **Environment Variables**:
3737
- `NEXTAUTH_SECRET`: Used to validate login session cookies, generate secret with at least 256 entropy using `openssl rand -base64 32`.
38-
- `SALT`: Used to salt hashed API keys, generate secret with at least 256 entropy using `openssl rand -base64 32`. You should overwrite the default value here for a secure deployment.
38+
- `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.
4040

4141
![Clone the Langfuse Space](https://langfuse.com/images/cookbook/huggingface/huggingface-space-setup.png)

0 commit comments

Comments
 (0)