Update installation_guide-debian.md (#352)

Fixed a typo: (link to configuration.md)
This commit is contained in:
Andy
2023-08-21 16:06:12 +01:00
committed by GitHub
parent 33a0981981
commit eaee4af715

View File

@@ -101,7 +101,7 @@ The basic configuration of Part-DB is done by a `.env.local` file in the main di
cp .env .env.local
```
In your `.env.local` you can configure Part-DB according to your wishes. A full list of configuration options can be found [here]({% link configuration.md %}.
In your `.env.local` you can configure Part-DB according to your wishes. A full list of configuration options can be found [here](../configuration.md).
Other configuration options like the default language or default currency can be found in `config/parameters.yaml`.
Please check that the `partdb.default_currency` value in `config/parameters.yaml` matches your mainly used currency, as this can not be changed after creating price informations.