Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Oct 15, 2024
1 parent 97c26cc commit 3232740
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/content/docs/docs/plugin/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ CapacitorUpdater can be configured with these options:
| **`localSupa`** | <code>string</code> | Configure the CLI to use a local server for testing or self-hosted update server. | <code>undefined</code> | 4.17.48 |
| **`localSupaAnon`** | <code>string</code> | Configure the CLI to use a local server for testing. | <code>undefined</code> | 4.17.48 |
| **`localApi`** | <code>string</code> | Configure the CLI to use a local api for testing. | <code>undefined</code> | 6.3.3 |
| **`localFileUpload`** | <code>string</code> | Configure the CLI to use a local file api for testing. | <code>undefined</code> | 6.3.3 |
| **`localApiFiles`** | <code>string</code> | Configure the CLI to use a local file api for testing. | <code>undefined</code> | 6.3.3 |
| **`allowModifyUrl`** | <code>boolean</code> | Allow the plugin to modify the updateUrl, statsUrl and channelUrl dynamically from the JavaScript side. | <code>false</code> | 5.4.0 |
| **`defaultChannel`** | <code>string</code> | Set the default channel for the app in the config. | <code>undefined</code> | 5.5.0 |

Expand Down Expand Up @@ -66,7 +66,7 @@ In `capacitor.config.json`:
"localSupa": undefined,
"localSupaAnon": undefined,
"localApi": undefined,
"localFileUpload": undefined,
"localApiFiles": undefined,
"allowModifyUrl": undefined,
"defaultChannel": undefined
}
Expand Down Expand Up @@ -103,7 +103,7 @@ const config: CapacitorConfig = {
localSupa: undefined,
localSupaAnon: undefined,
localApi: undefined,
localFileUpload: undefined,
localApiFiles: undefined,
allowModifyUrl: undefined,
defaultChannel: undefined,
},
Expand Down

0 comments on commit 3232740

Please sign in to comment.