whitespace

Signed-off-by: Nick Marinelli <nmarinelli@hchb.com>
This commit is contained in:
Nick Marinelli
2022-09-06 17:31:43 -04:00
parent 8bf6ce0223
commit d419784c8b
@@ -29,7 +29,6 @@ If you need to use an `https:` URL for local testing (i.e. if an OAuth provider
1. As with the backend instructions above, a trusted certificate and key are needed.
1. Update `app.baseUrl` and `backend.cors.origin` in app-config.local.yaml to use an `https:` address.
1. Add the certificate and key to `app.https.certificate.cert` and `app.https.certificate.cert`, respectively.
```yaml
app:
baseUrl: https://localhost:3000
@@ -43,7 +42,6 @@ If you need to use an `https:` URL for local testing (i.e. if an OAuth provider
cors:
origin: https://localhost:3000
```
1. and start the app with `yarn start`.
Depending on what plugins are in use, you may need to override additional URLs to use `https` for those endpoints to work.