Skip to content

Commit ad18cdd

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

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

0 commit comments

Comments
 (0)