Skip to content

Commit 267266c

Browse files
committed
Cleanup README table formatting
1 parent 547dd09 commit 267266c

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ The service is configured via environment variables. The following variables are
7474

7575
#### APNs Configuration
7676

77-
| Environment Variable | Description | Default |
78-
|---------------------|-------------|---------|
79-
| `BISQ_RELAY_APNS_BUNDLE_ID` | iOS app bundle identifier (required) | _(none)_ |
80-
| `BISQ_RELAY_APNS_CERTIFICATE_FILE` | Path to .p12 certificate file (required) | _(none)_ |
77+
| Environment Variable | Description | Default |
78+
|---------------------------------------------|----------------------------------------------|----------|
79+
| `BISQ_RELAY_APNS_BUNDLE_ID` | iOS app bundle identifier (required) | _(none)_ |
80+
| `BISQ_RELAY_APNS_CERTIFICATE_FILE` | Path to .p12 certificate file (required) | _(none)_ |
8181
| `BISQ_RELAY_APNS_CERTIFICATE_PASSWORD_FILE` | Path to certificate password file (required) | _(none)_ |
82-
| `BISQ_RELAY_APNS_USE_SANDBOX` | Use APNs sandbox environment | `true` |
82+
| `BISQ_RELAY_APNS_USE_SANDBOX` | Use APNs sandbox environment | `true` |
8383

8484
> **Note:** `BISQ_RELAY_APNS_USE_SANDBOX` defaults to `true` for safety. Production deployments must explicitly set this to `false`.
8585
@@ -206,8 +206,8 @@ Once deployed, the following will be available:
206206

207207
The `POST /v1/apns/device/{deviceToken}` and `POST /v1/fcm/device/{deviceToken}` endpoints accept a JSON body with the following fields:
208208

209-
| Field | Type | Required | Default | Description |
210-
|-------|------|----------|---------|-------------|
211-
| `encrypted` | string | yes || Encrypted notification payload |
212-
| `isUrgent` | boolean | no | `false` | When `true`, sends as high-priority alert; when `false`, sends as background notification |
213-
| `isMutableContent` | boolean | no | `false` | APNs only. When `true`, sets the `mutable-content` flag in the APNs payload, allowing the iOS app's Notification Service Extension (NSE) to modify the notification content before display (e.g. for client-side decryption) |
209+
| Field | Type | Required | Default | Description |
210+
|--------------------|---------|----------|---------|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
211+
| `encrypted` | string | yes | | Encrypted notification payload |
212+
| `isUrgent` | boolean | no | `false` | When `true`, sends as high-priority alert; when `false`, sends as background notification |
213+
| `isMutableContent` | boolean | no | `false` | APNs only. When `true`, sets the `mutable-content` flag in the APNs payload, allowing the iOS app's Notification Service Extension (NSE) to modify the notification content before display (e.g. for client-side decryption) |

0 commit comments

Comments
 (0)