Skip to content

Commit ac6d7e2

Browse files
authored
revert default runtime url (#92)
1 parent f9baef4 commit ac6d7e2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/commands/dev.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,7 @@ async function findAvailablePort(startPort: number): Promise<number> {
3737

3838
const API_CONFIG: ApiConfig = {
3939
key: process.env.BITTE_API_KEY!,
40-
url:
41-
process.env.BITTE_API_URL ||
42-
"https://ai-runtime-446257178793.europe-west1.run.app",
40+
url: process.env.BITTE_API_URL || "https://wallet.bitte.ai/api/v1",
4341
serverPort: DEFAULT_PORT,
4442
};
4543

0 commit comments

Comments
 (0)