chore: add AGENTS.md with build, lint, test commands and style guidelines
This commit is contained in:
9
config.js
Normal file
9
config.js
Normal file
@ -0,0 +1,9 @@
|
||||
// Configuration for the BTC Trading Dashboard
|
||||
// This file allows the dashboard to connect to any backend API URL.
|
||||
|
||||
window.APP_CONFIG = {
|
||||
// URL of the backend API
|
||||
// If running on the same machine, use http://localhost:8000/api/v1
|
||||
// If running on a different machine, replace localhost with the backend IP
|
||||
API_BASE_URL: 'http://20.20.20.20:8000/api/v1'
|
||||
};
|
||||
Reference in New Issue
Block a user