Skip to content

Commit

Permalink
Update advocacy_docs/edb-postgres-ai/console/estate/agent/install-age…
Browse files Browse the repository at this point in the history
…nt.mdx
  • Loading branch information
djw-m authored and gvasquezvargas committed Dec 17, 2024
1 parent f47b674 commit 01e919d
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,9 @@ export BEACON_AGENT_PROJECT_ID=<your-project-id>

These environment variables are used when you run the `beacon-agent setup` command to create a configuration file in the Beacon configuration directory.

You also need to specify the Beacon configuration directory for storing the configuration file and the name of the configuration file to generate there. The `$HOME/.beacon/` file is one of the default locations which `beacon_agent` searches for `beacon_agent.yaml` when it starts. Using the `-file` flag tells the agent setup process to create its configuration file in a specific location.
You also need to specify the Beacon configuration directory for storing the configuration file and the name of the configuration file to generate there.
The `$HOME/.beacon/` file is one of the default locations which `beacon_agent` searches for `beacon_agent.yaml` when it starts.
Using the `-file` flag tells the agent setup process to create its configuration file in a specific location.

```
beacon-agent setup -file="$HOME/.beacon/beacon_agent.yaml"
Expand Down

0 comments on commit 01e919d

Please sign in to comment.