Skip to content

Commit

Permalink
Update configuring.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
floriankrb authored Sep 16, 2024
1 parent b60bcd9 commit aca0b0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuring.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ The following configuration files are used to store the registry
configuration. These files allow configuring the catalogue urls, s3
buckets, API token and object storage credentials.

The first config file is ``~/.config/anemoi/config.toml``. All keys in
The first config file is ``~/.config/anemoi/settings.toml``. All keys in
this file are optional and have default values.

.. code::
[registry]
api_url = "https://anemoi.ecmwf.int/api/v1"
The second config file is ``~/.config/anemoi/config.secrets.toml``. This
The second config file is ``~/.config/anemoi/settings.secrets.toml``. This
file must have the right permissions set to avoid unauthorized access
(`chmod 600 <filename>`). All keys in this file have no default values.

Expand Down

0 comments on commit aca0b0f

Please sign in to comment.