File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ GF_USERS_ALLOW_SIGN_UP=false
1616PORT=3000
1717POSTGRES_USER=postgres
1818POSTGRES_PASSWORD=dbadmin
19- POSTGRES_DB=rag-search-lnagfuse
19+ POSTGRES_DB=rag-search-langfuse
2020NEXTAUTH_URL=http://localhost:3005
2121DATABASE_URL=postgresql://postgres:dbadmin@rag_search_db:5432/rag-search
2222SALT=changeme
Original file line number Diff line number Diff line change 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
4747fi
4848echo " Vault is unsealed"
49+
4950# Get root token
5051echo " Loading Vault root token..."
5152if [ ! -f " $UNSEAL_KEYS_FILE " ]; then
You can’t perform that action at this time.
0 commit comments