Skip to content

Commit

Permalink
fix(docs): remove optional env variables
Browse files Browse the repository at this point in the history
  • Loading branch information
fassko committed Dec 13, 2024
1 parent b824e76 commit 7423d74
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions docs/fassets/guides/1-deploy-fassets-agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -119,15 +119,6 @@ Once the database is created, the password will not change if you modify it in t

You can configure several optional settings in the `.env` environment file.

- Choose the profiles of the FAssets agent to run in `COMPOSE_PROFILES`, which by default include the FAssets agent bot, the agent user interface, and the liquidator bot.
- The frontend interface operates on the port designated as `FRONTEND_PORT`, which is set to `3000` by default.
- The link for the agent frontend user interface, referred to as `FRONTEND_URL`, is empty by default.
- The password for the agent frontend user interface is `FRONTEND_PASSWORD`.
- The backend port is `BACKEND_PORT`, which defaults to `4000`.
- The `API_URL` is the default URL of the backend API for the agent user interface.
- The backend URL is `BACKEND_URL`, which defaults to `/fasset-backend`. This change should also be reflected in the `config.json` file for `apiNotifierConfigs.apiUrl`.
- The `ROOT_PATH` is the backend URL.

## Setting up Secret Keys

The FAsset agents require multiple keys for the Flare and underlying network chains, which must be generated to make the agent operational.
Expand Down

0 comments on commit 7423d74

Please sign in to comment.