Skip to content

Commit

Permalink
Delete the default backend service address
Browse files Browse the repository at this point in the history
  • Loading branch information
Alt-er committed Oct 15, 2023
1 parent df77e3e commit ef5ff33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.ts
Expand Up @@ -25,7 +25,7 @@ export interface NoteSyncSharePluginSettings {
}

const DEFAULT_SETTINGS: NoteSyncSharePluginSettings = {
serverUrl: "https://share.alter.run",
serverUrl: "https://share.your_service.com",
username: "",
password: "",
token: "",
Expand Down

0 comments on commit ef5ff33

Please sign in to comment.