# 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