Skip to content

Commit

Permalink
update the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
sansyrox committed Dec 20, 2024
1 parent 80c9080 commit d14b3b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,14 +98,13 @@ Take control of your meetings with Amurex, and let it handle the busywork while
};
window.AMUREX_CONFIG = AMUREX_CONFIG;
```
- Create `config_background.js` in the extension root:
- Navigate to `background.js` in the extension root. This file is used by the service worker to communicate with the backend.
```javascript
const AMUREX_CONFIG = {
BASE_URL_BACKEND: "http://localhost:8080", // Your backend server URL
BASE_URL_WEB: "http://localhost:8080", // Your web server URL
ANALYTICS_ENABLED: true // Set to false to disable tracking
};
self.AMUREX_CONFIG = AMUREX_CONFIG;
```
3. Navigate to the [`backend`](https://github.com/thepersonalaicompany/amurex-backend) repository
4. Follow the backend setup instructions in its `README.md`
Expand Down

0 comments on commit d14b3b2

Please sign in to comment.