Skip to content
Merged
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
4 changes: 3 additions & 1 deletion week11-streamlit/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# PostgreSQL connection string (your Week 9/10 login)
POSTGRES_URL=postgresql://pipeline_user:your-pg-password@your-pg-host:5432/team1
# Keep the database name as team1 and the ?sslmode=require suffix; only swap
# in your own user, password, and host.
POSTGRES_URL=postgresql://your-pg-user:your-pg-password@your-pg-host:5432/team1?sslmode=require
# Your dev schema name (e.g. dev_jana)
DB_SCHEMA=dev_yourname
Loading