Kin: personal relationships app — server (cadence/due/migrations) + Expo Android app
Some checks failed
Build & Release APK / build (push) Failing after 13s
Some checks failed
Build & Release APK / build (push) Failing after 13s
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
5
server/.env.example
Normal file
5
server/.env.example
Normal file
@@ -0,0 +1,5 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user