We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d373bb3 commit ecf971bCopy full SHA for ecf971b
common/constants.ts
@@ -6,7 +6,7 @@ export const DAY_MS = HOUR_MS * 24;
6
7
// OAuth constants
8
export const CLIENT_ID = '95109';
9
-export const PROTOCOL_PREFIX = 'wpcom-local-dev';
+export const PROTOCOL_PREFIX = 'wp-studio';
10
11
export const LOCKFILE_NAME = 'appdata-v1.json.lock';
12
export const LOCKFILE_STALE_TIME = 5000;
0 commit comments