This is a minimal push notification server intended to receive nostr events as described in this NIP.
APN_TOPIC- the bundle identifier for the app this push server is servingAPN_KEY_ID- APNs key IDAPN_KEY- APNs private key certificateAPN_PRODUCTION-falseortrue(false if testing in development)APN_TEAM_ID- APNs team IDBASE_URL- The URL this push server will be served onCORS_ORIGIN- Which domains can make CORS requests (defaults to*)FCM_KEY- FCM key JSONPORT- the port to run the server on (defaults to3000)DATA_DIR- directory to store the sqlite database in (defaults to.)VAPID_PRIVATE_KEY- VAPID private keyVAPID_PUBLIC_KEY- VAPID public keyVAPID_SUBJECT- VAPID subject