# Toggle SSL for local development (true/false) # When true: ng serve uses --ssl, Express API uses HTTPS, Electron loads https:// # When false: plain HTTP everywhere (only works on localhost) # Overrides server/data/variables.json for local development only SSL=true # --- Mobile push dispatch (signaling server) --- # Android FCM HTTP v1 (choose one) # FCM_SERVICE_ACCOUNT_PATH=/absolute/path/to/firebase-service-account.json # FCM_SERVICE_ACCOUNT_JSON={"type":"service_account","project_id":"..."} # iOS APNs HTTP/2 (.p8 key from Apple Developer) # APNS_KEY_PATH=/absolute/path/to/AuthKey_XXXXXXXXXX.p8 # APNS_KEY_ID=XXXXXXXXXX # APNS_TEAM_ID=XXXXXXXXXX # APNS_BUNDLE_ID=com.metoyou.app # APNS_USE_SANDBOX=true