Files
denshooter 5bc81d5b3b Initial commit: nightly iOS app + Supabase backend
iOS SwiftUI app with Supabase auth/realtime, Node.js backend,
Docker/Supabase self-hosted infrastructure, and APNs scheduler.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-23 23:31:38 +02:00

16 lines
608 B
Bash

# nightly-spezifische Umgebungsvariablen
# (Supabase-eigene Variablen stehen in .env)
# APNs — Apple Push Notifications
# ⚠️ Erfordert bezahlten Apple Developer Account ($99/Jahr)
# Ohne Account: diese Zeilen auskommentiert lassen
# APNS_KEY_PATH=/app/certs/AuthKey_XXXXXXXXXX.p8
# APNS_KEY_ID=XXXXXXXXXX
# APNS_TEAM_ID=XXXXXXXXXX
APNS_BUNDLE_ID=app.xxx # Ersetze mit deiner Bundle-ID, z.B. app.nightly
# App-Konfiguration
WINDOW_START_HOUR=2 # Fenster öffnet 02:00 Uhr
WINDOW_END_HOUR=5 # Fenster schließt 05:00 Uhr
ANON_SLOTS_PER_NIGHT=3 # Anonyme Posts pro User pro Nacht