feat: Android APP V1 - Experimental Alpha
This commit is contained in:
12
.env.example
12
.env.example
@@ -3,3 +3,15 @@
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user