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:
parent
7bba46fa52
commit
33b14b16a3
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ Change the domain where it occurs, such as in `Host()` rules.
|
||||||
### Configure frontend
|
### Configure frontend
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cp source/frontend/config.json.example config/frontend.json
|
cp source/frontend/config.example.json config/frontend.json
|
||||||
vim frontend/src/config.json
|
vim frontend/src/config.json
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue