Update packages/backend-defaults/config.d.ts

Co-authored-by: Patrik Oldsberg <poldsberg@gmail.com>
Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2025-04-15 13:38:45 +02:00
committed by GitHub
parent 7c6740eb1c
commit 9eb251eace
+1 -1
View File
@@ -766,7 +766,7 @@ export interface Config {
*
* URLs can be in the form of a regular HTTP or HTTPS URL if you are using
* A/AAAA/CNAME records or IP addresses. Specifically for internal URLs, if
* you add `+grpc` to the protocol part then the hostname is treated as an SRV
* you add `+src` to the protocol part then the hostname is treated as an SRV
* record name and resolved. For example, if you pass in
* `http+srv://<srv-record>/path` then the record part is resolved into an
* actual host and port (with random weighted choice as usual when there is