Files
kin/server/.env.example
Marcus Rehbock ac0b82e6a0
Some checks failed
Build & Release APK / build (push) Failing after 13s
Kin: personal relationships app — server (cadence/due/migrations) + Expo Android app
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-08-09 00:50:06 -07:00

6 lines
228 B
Plaintext

# Copy to .env on the server. Never commit real values.
DATABASE_URL=postgres://marcus:CHANGE_ME@personal-db:5432/personal
PORT=3000
# Bearer token the mobile app authenticates with (any long random string).
API_TOKEN=CHANGE_ME