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 f9baef4 commit ac6d7e2Copy full SHA for ac6d7e2
src/commands/dev.ts
@@ -37,9 +37,7 @@ async function findAvailablePort(startPort: number): Promise<number> {
37
38
const API_CONFIG: ApiConfig = {
39
key: process.env.BITTE_API_KEY!,
40
- url:
41
- process.env.BITTE_API_URL ||
42
- "https://ai-runtime-446257178793.europe-west1.run.app",
+ url: process.env.BITTE_API_URL || "https://wallet.bitte.ai/api/v1",
43
serverPort: DEFAULT_PORT,
44
};
45
0 commit comments