Skip to content

Commit 41dfe8a

Browse files
update numbers
1 parent f024ddc commit 41dfe8a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ The Langfuse Huggingface Space allows you to get up and running with a deployed
2929
<img src="https://huggingface.co/datasets/huggingface/badges/resolve/main/deploy-to-spaces-lg.svg" />
3030
</a>
3131

32-
1. Create a [**new Hugging Face Space**](https://huggingface.co/new-space)
33-
2. Select **Docker** as the Space SDK
34-
3. Select **Langfuse** as the Space template
35-
4. Enable **persistent storage** to ensure your Langfuse data is persisted across restarts
36-
5. Change the **Environment Variables**:
32+
1.1. Create a [**new Hugging Face Space**](https://huggingface.co/new-space)
33+
1.2. Select **Docker** as the Space SDK
34+
1.3. Select **Langfuse** as the Space template
35+
1.4. Enable **persistent storage** to ensure your Langfuse data is persisted across restarts
36+
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`. You should overwrite the default value here for a secure deployment.
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.

0 commit comments

Comments
 (0)