Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/app/src/core/bootstrap.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export const DEFAULT_PROJECT_DIR = ""
export const DEFAULT_CONTROL_PLANE_URL = "http://49.13.117.55:3000"
export const DEFAULT_CONTROL_PLANE_URL = "https://spawn-dock.w3voice.net"
export const DEFAULT_CLAIM_PATH = "/v1/bootstrap/claim"
export const DEFAULT_INSPECT_PATH = "/api/pairing/inspect"
export const DEFAULT_TEMPLATE_REPO = "https://github.com/SpawnDock/tma-project.git"
Expand Down
2 changes: 1 addition & 1 deletion packages/app/tests/cli.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ describe("parseArgs", () => {
it("defaults control plane URL to the production VPS endpoint", () => {
const result = parseArgs(["--token", "abc"])

expect(result.controlPlaneUrl).toBe("http://49.13.117.55:3000")
expect(result.controlPlaneUrl).toBe("https://spawn-dock.w3voice.net")
})

it("reads template repo and branch overrides", () => {
Expand Down