Skip to content

Commit

Permalink
docs(): add configuration path configuration (#1566)
Browse files Browse the repository at this point in the history
  • Loading branch information
y-luis-rojo authored Aug 31, 2023
1 parent 38d1f6e commit 9e3b4d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

First you need a [configuration files](./configuration/README.md) in order to configure AKHQ connections to Kafka Brokers.

Configuration file default path is `/app/application.yml` (for YML file), so expected to be at the same folder as AKHQ application files. Configuration file path can target any path through `MICRONAUT_CONFIG_FILES` environment variable, for example: `MICRONAUT_CONFIG_FILES=/somepath/application.yml`.

### Docker

```sh
Expand Down

0 comments on commit 9e3b4d1

Please sign in to comment.