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 ksnavely committed Nov 19, 2024
1 parent c0ae18f commit e7f92a4
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>

Running the `beacon-agent setup` command creates a configuration file in the Beacon configuration directory. using those environment variables.

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 e7f92a4

Please sign in to comment.