KI-AGENT: Zentralen Push-Server Stack ergänzen

This commit is contained in:
2026-05-22 16:53:27 +02:00
parent 19bab852de
commit 5a4de421ce
43 changed files with 17731 additions and 0 deletions

19
push-server/.env.example Normal file
View File

@@ -0,0 +1,19 @@
NODE_ENV=development
DATABASE_URL=postgres://fedeo_push:fedeo_push@localhost:5442/fedeo_push
API_HOST=0.0.0.0
API_PORT=4020
ADMIN_TOKEN=change-me-admin-token
PUSH_SECRET_ENCRYPTION_KEY=change-me-32-byte-minimum-secret
PUBLIC_BASE_URL=http://localhost:4020
WEB_PUSH_PUBLIC_KEY=
WEB_PUSH_PRIVATE_KEY=
IOS_BUNDLE_ID=software.federspiel.fedeo
APNS_TEAM_ID=
APNS_KEY_ID=
APNS_PRIVATE_KEY=
APNS_PRODUCTION=false
ANDROID_SENDER_ID=
FCM_PROJECT_ID=
FCM_SERVICE_ACCOUNT_JSON=
NUXT_PUBLIC_API_BASE=http://localhost:4020
NUXT_ADMIN_TOKEN=change-me-admin-token