← back to Homesonspec

.env.example

8 lines

# Copy to .env — never commit real values.
DATABASE_URL="postgresql://macstudio3@localhost/homesonspec?host=/tmp"
DATABASE_URL_TEST="postgresql://macstudio3@localhost/homesonspec_test?host=/tmp"
# Admin app HTTP Basic Auth (user:pass) — set a strong value; admin fails CLOSED if unset.
BASIC_AUTH="admin:CHANGE_ME_BEFORE_DEPLOY"
# Snapshot storage root (raw fetched bodies live on disk, not in PG)
SNAPSHOT_DIR="./var/snapshots"