Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/e2e-chatbot-app-next/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
--health-timeout 5s
--health-retries 5
env:
POSTGRES_URL: postgresql://postgres:postgres@localhost:5432/chatbot?sslmode=disable
POSTGRES_URL: ${{ format('postgresql://{0}:{1}@localhost:5432/chatbot?sslmode=disable', 'postgres', 'postgres') }}
PGHOST: localhost
PGPORT: 5432
PGDATABASE: chatbot
Expand Down
2 changes: 1 addition & 1 deletion e2e-chatbot-app-next/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ DATABRICKS_SERVING_ENDPOINT=your-serving-endpoint
# PGPORT=5432

# Option 2: Use full connection string (alternative to PG* variables)
# POSTGRES_URL=postgresql://username:password@host:port/database
# POSTGRES_URL=postgresql://<username>:<password>@<host>:<port>/<database>

# ============================================
# Feedback Configuration (Optional)
Expand Down