mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
Update installation_guide-debian.md (#352)
Fixed a typo: (link to configuration.md)
This commit is contained in:
parent
33a0981981
commit
eaee4af715
1 changed files with 1 additions and 1 deletions
|
@ -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
|
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`.
|
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.
|
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue