doc: added command to replace endpoint in config.json

This commit is contained in:
plup 2020-03-15 16:00:47 +01:00
parent c908cd638b
commit 86223fd9fc
1 changed files with 5 additions and 0 deletions

View File

@ -55,6 +55,11 @@ Current Sib App capabilities:
Federated Sib App needs to use `config.sample.federated.json` example.
You can quickly update your API URI from the samples:
```
$ sed 's/http:\/\/localhost:8000/https:\/\/api.test2.startinblox.com/' config.sample.json > config.json
```
Then build your new SIB App:
```bash