Skip to content
Open
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
8 changes: 8 additions & 0 deletions dev.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
# =============================================================================
Expand Down