← back to Dw Vendor Registry Sync

.env.example

9 lines

# LOCAL Mac2 dw_unified mirror (Unix socket as the OS user — NOT TCP dw_admin)
LOCAL_DATABASE_URL=postgresql:///dw_unified?host=/tmp

# CANONICAL Kamatera dw_unified — required ONLY for --apply.
# Candidate paths (confirm which is reachable from this box before first apply):
#   Tailscale:  postgresql://dw_admin:<PW>@100.107.67.67:5432/dw_unified
#   SSH tunnel: postgresql://dw_admin:<PW>@127.0.0.1:15432/dw_unified
# REMOTE_DATABASE_URL=postgresql://dw_admin:CHANGE_ME@100.107.67.67:5432/dw_unified