Skip to content

Commit 4c74941

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

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
@@ -36,7 +36,7 @@ The Langfuse Hugging Face Space allows you to get up and running with a deployed
3636
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`.
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.
39+
- `ENCRYPTION_KEY`: Used to encrypt sensitive data. Must be 256 bits, 64 string characters in hex format, generate via: `openssl rand -hex 32`.
4040

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

0 commit comments

Comments
 (0)