diff --git a/dev.env b/dev.env index 7054d0c89..3ee6459c7 100644 --- a/dev.env +++ b/dev.env @@ -14,6 +14,14 @@ DATABASE_URL=postgres://postgres:password@localhost:5432/postgres # .sqlx files must be pregenerated # SQLX_OFFLINE=true +# PostgreSQL Settings +POSTGRES_HOST=postgres +POSTGRES_USER=postgres +POSTGRES_PASSWORD=password +POSTGRES_PORT=5432 +POSTGRES_DB=postgres + + # ============================================================================= # ☁️ APPFLOWY SERVICES: Application service configuration # =============================================================================