|
57 | 57 | # Defaults to 15 minutes if not specified. |
58 | 58 | # COUNTRY_SERVICE_CACHE_MINUTES=15 |
59 | 59 |
|
60 | | -# REQUIRED: The Firebase Project ID for push notifications. |
| 60 | +# CONDITIONALLY REQUIRED: The Firebase Project ID for push notifications. |
| 61 | +# The server will start without this, but it is required to use Firebase for notifications. |
61 | 62 | # This is part of your Firebase service account credentials. |
62 | 63 | # FIREBASE_PROJECT_ID="your-firebase-project-id" |
63 | 64 |
|
64 | | -# REQUIRED: The Firebase Client Email for push notifications. |
| 65 | +# CONDITIONALLY REQUIRED: The Firebase Client Email for push notifications. |
| 66 | +# The server will start without this, but it is required to use Firebase for notifications. |
65 | 67 | # This is part of your Firebase service account credentials. |
66 | 68 | # FIREBASE_CLIENT_EMAIL="your-firebase-client-email" |
67 | 69 |
|
68 | | -# REQUIRED: The Firebase Private Key for push notifications. |
| 70 | +# CONDITIONALLY REQUIRED: The Firebase Private Key for push notifications. |
| 71 | +# The server will start without this, but it is required to use Firebase for notifications. |
69 | 72 | # This is part of your Firebase service account credentials. |
70 | 73 | # Ensure this is stored securely and correctly formatted (e.g., replace newlines with \n if needed for single-line env var). |
71 | 74 | # FIREBASE_PRIVATE_KEY="your-firebase-private-key" |
72 | 75 |
|
73 | | -# REQUIRED: The OneSignal App ID for push notifications. |
| 76 | +# CONDITIONALLY REQUIRED: The OneSignal App ID for push notifications. |
| 77 | +# The server will start without this, but it is required to use OneSignal for notifications. |
74 | 78 | # This identifies your application within OneSignal. |
75 | 79 | # ONESIGNAL_APP_ID="your-onesignal-app-id" |
76 | 80 |
|
77 | | -# REQUIRED: The OneSignal REST API Key for server-side push notifications. |
| 81 | +# CONDITIONALLY REQUIRED: The OneSignal REST API Key for server-side push notifications. |
| 82 | +# The server will start without this, but it is required to use OneSignal for notifications. |
78 | 83 | # This is used to authenticate with the OneSignal API. |
79 | 84 | # ONESIGNAL_REST_API_KEY="your-onesignal-rest-api-key" |
0 commit comments