Skip to content
Closed
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
4 changes: 3 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
DATABASE_URL=postgres://postgres:postgres@127.0.0.1:5432/postgres

# Cloud SQL Auth Proxy (Unix socket) — set these instead of DATABASE_URL on Cloud Run.
# When using a Unix socket, authentication is handled by IAM; DB_PASSWORD is not required.
# INSTANCE_UNIX_SOCKET=/cloudsql/PROJECT:REGION:INSTANCE
# DB_PASSWORD=****
# DB_USER=postgres # IAM service-account name (mapped to a PG user) or a built-in PG user
# DB_NAME=postgres
# DB_USE_UNIX_SOCKET=true # set to "false" to force DATABASE_URL even when INSTANCE_UNIX_SOCKET is set

# `openssl rand -hex 32`
Expand Down
Loading