Skip to content

Commit bea5d4f

Browse files
committed
fixed review comments
1 parent e430f83 commit bea5d4f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ GF_USERS_ALLOW_SIGN_UP=false
1616
PORT=3000
1717
POSTGRES_USER=postgres
1818
POSTGRES_PASSWORD=dbadmin
19-
POSTGRES_DB=rag-search-lnagfuse
19+
POSTGRES_DB=rag-search-langfuse
2020
NEXTAUTH_URL=http://localhost:3005
2121
DATABASE_URL=postgresql://postgres:dbadmin@rag_search_db:5432/rag-search
2222
SALT=changeme

store-langfuse-secrets.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ set -e
1010
# Prerequisites:
1111
# 1. Vault must be initialized and unsealed
1212
# 2. Environment variables must be set (LANGFUSE_INIT_PROJECT_PUBLIC_KEY, etc.)
13-
# 3. Root token must be available in /vault/data/unseal-keys.json
13+
# 3. Root token must be available in /vault/file/unseal-keys.json
1414
#
1515
# Usage:
1616
# ./store-langfuse-secrets.sh
@@ -46,6 +46,7 @@ if [ "$SEALED" = "true" ]; then
4646
exit 1
4747
fi
4848
echo "Vault is unsealed"
49+
4950
# Get root token
5051
echo "Loading Vault root token..."
5152
if [ ! -f "$UNSEAL_KEYS_FILE" ]; then

0 commit comments

Comments
 (0)