File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11# Default Puter's API
2- PUTER_API_BASE = ' https ://api.puter.com '
3- PUTER_BASE_URL = ' https ://puter.com '
2+ PUTER_API_BASE = ' http ://api.puter.localhost:4100 '
3+ PUTER_BASE_URL = ' http ://puter.localhost:4100 '
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ dotenv.config();
1010
1111export const PROJECT_NAME = 'puter-cli' ;
1212// If you haven't defined your own values in .env file, we'll assume you're running Puter on a local instance:
13- export const API_BASE = process . env . PUTER_API_BASE || 'http ://api.puter.localhost:4100 ' ;
14- export const BASE_URL = process . env . PUTER_BASE_URL || 'http ://puter.localhost:4100 ' ;
13+ export const API_BASE = process . env . PUTER_API_BASE || 'https ://api.puter.com ' ;
14+ export const BASE_URL = process . env . PUTER_BASE_URL || 'https ://puter.com ' ;
1515
1616/**
1717 * Get headers with the correct Content-Type for multipart form data.
You can’t perform that action at this time.
0 commit comments