Skip to content

Commit

Permalink
Fix link to recap config
Browse files Browse the repository at this point in the history
  • Loading branch information
criccomini committed Oct 10, 2023
1 parent f27920c commit 4b3282a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ curl http://localhost:8000/gateway/schema/postgresql://user:pass@host:port/testd
```

{: .warning}
This example includes `user:pass` in the URL. This works, but is not recommended for security reasons. You should configure Recap's server to use the `RECAP_URLS` environment variable instead. See the [gateway configuration](/docs/gateway/#configuration) documentation for more details.
This example includes `user:pass` in the URL. This works, but is not recommended for security reasons. You should configure Recap's server to use the `RECAP_URLS` environment variable instead. See the [configuration](/docs/configuration/#recap_urls) documentation for more details.

{: .note}
Recap's HTTP/JSON gateway does not require a database or any persistence. It just connects to external systems in realtime to fetch schemas.
Expand Down

0 comments on commit 4b3282a

Please sign in to comment.