Configuration

You can configure the behavior of our agents using these configuration options. They can be set from environment variables like:

ATLAS_APIKEY=<your-api-key> ./<your-go-binary>

or inside the code as:

heimdall.Start(heimdall.AtlasOptions{
    Apikey: "your-api-key",
})

In the table below, you can see what each config option does and how to set them.

Except for the parameter apikey, all other configuration options are optional and have default values.

Last updated