Skip to content

Commit

Permalink
[v15] docs: include tcp uri format in app access ref (#42581)
Browse files Browse the repository at this point in the history
* docs: include tcp uri format in app access ref

* update verbiage

Co-authored-by: Zac Bergquist <zac.bergquist@goteleport.com>

---------

Co-authored-by: Zac Bergquist <zac.bergquist@goteleport.com>
  • Loading branch information
stevenGravy and zmb3 authored Jun 7, 2024
1 parent 5b2dbaa commit 142ff0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/pages/includes/config-reference/app-service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ app_service:
# Optional: For access to cloud provider APIs, specify the cloud
# provider. Allowed values are "AWS", "Azure", and "GCP".
cloud: ""
# URI and Port of Application.
# URI of Application. For TCP applications
# use tcp, ex: tcp://localhost:5432.
uri: "http://10.0.1.27:8000"
# Optionally skip TLS verification. default false
# insecure_skip_verify: true
Expand Down

0 comments on commit 142ff0c

Please sign in to comment.