# Copy to .env and fill in values for local dev. DATABASE_URL="postgresql://tonym@localhost:5432/moonbase_dev" NEXTAUTH_SECRET="change-me-generate-with-openssl-rand-base64-32" NEXTAUTH_URL="http://localhost:3000" # Suggestions module — files feedback as issues on a Gitea repo. # Leave blank to disable (the Suggestions page shows a "not set up" state). GITEA_URL="http://192.168.0.5:3022" GITEA_TOKEN="" GITEA_REPO="bonna61/Moonbase" # Self-update — the admin "Pull & rebuild" button signals the updater sidecar. # UPDATER_SECRET is shared between the app and the updater (set in the host .env, # never committed). UPDATER_URL points at the sidecar on the internal network. UPDATER_URL="http://updater:9000/hooks/moonbase-update" UPDATER_SECRET=""