Fix twist in filename

the file is actually named config.example.json, fix the reference so the copy command works.
This commit is contained in:
gluap 2021-10-18 23:47:04 +02:00 committed by Paul Bienkowski
parent 7bba46fa52
commit 33b14b16a3

View file

@ -53,7 +53,7 @@ Change the domain where it occurs, such as in `Host()` rules.
### Configure frontend
```bash
cp source/frontend/config.json.example config/frontend.json
cp source/frontend/config.example.json config/frontend.json
vim frontend/src/config.json
```