Skip to content

Commit 4f1708f

Browse files
update lighthouse endpoint to deployments.sourcebot.dev
1 parent 6e6006f commit 4f1708f

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/docs/misc/service-ping.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: "Service Ping"
3-
api: "GET https://license.sourcebot.dev/schema"
3+
api: "GET https://deployments.sourcebot.dev/schema"
44
---
55

66
<Note>
77
No sensitive data (source code, AI inputs/outputs, credentials, user information, etc) is ever transmitted.
88
</Note>
99

10-
By default, all Sourcebot deployments will send a Service Ping, which is an HTTPS encrypted ping to `https://license.sourcebot.dev/ping` at port 443, every 24 hours.
10+
By default, all Sourcebot deployments will send a Service Ping, which is an HTTPS encrypted ping to `https://deployments.sourcebot.dev/ping` at port 443, every 24 hours.
1111

1212
The data contained within the Service Ping is limited to:
1313

@@ -26,7 +26,7 @@ The data contained within the Service Ping is limited to:
2626
| `activationCode` | `string` | Activation code, if your instance has one bound. |
2727

2828

29-
You can fetch the schema for the Service Ping by submitting a GET request to `https://license.sourcebot.dev/schema`
29+
You can fetch the schema for the Service Ping by submitting a GET request to `https://deployments.sourcebot.dev/schema`
3030

3131

3232
```json wrap icon="wifi" Example Service Ping

packages/shared/src/env.server.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ const options = {
315315

316316
SOURCEBOT_ENCRYPTION_KEY: z.string(),
317317
SOURCEBOT_INSTALL_ID: z.string().default("unknown"),
318-
SOURCEBOT_LIGHTHOUSE_URL: z.string().url().default("https://license.sourcebot.dev"),
318+
SOURCEBOT_LIGHTHOUSE_URL: z.string().url().default("https://deployments.sourcebot.dev"),
319319

320320
FALLBACK_GITHUB_CLOUD_TOKEN: z.string().optional(),
321321
FALLBACK_GITLAB_CLOUD_TOKEN: z.string().optional(),

0 commit comments

Comments
 (0)