diff --git a/week11-streamlit/.env.example b/week11-streamlit/.env.example index 9d5542e..810f19b 100644 --- a/week11-streamlit/.env.example +++ b/week11-streamlit/.env.example @@ -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