diff options
author | Lila Yasin <lyasin@redhat.com> | 2024-07-18 21:28:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-18 21:28:54 +0200 |
commit | e75bc8bc1ea8b18bb9766d7ffbe8939628260c73 (patch) | |
tree | 98533e774ed357e72264488df45b8cc410ab60ea /docs | |
parent | Create receptor group if missing (#15276) (diff) | |
download | awx-e75bc8bc1ea8b18bb9766d7ffbe8939628260c73.tar.xz awx-e75bc8bc1ea8b18bb9766d7ffbe8939628260c73.zip |
Fix test_url_base_defaults_to_request to reference local host instead… (#15367)
* Update all references to towerhost to platformhost
* Run prettier on failing ui files
Diffstat (limited to 'docs')
-rw-r--r-- | docs/notification_system.md | 2 | ||||
-rw-r--r-- | docs/tower_configuration.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/notification_system.md b/docs/notification_system.md index 96502edfa9..44ac3f9527 100644 --- a/docs/notification_system.md +++ b/docs/notification_system.md @@ -264,7 +264,7 @@ This will create an `httpbin` service reachable from the AWX container at `http: The Grafana notification type allows you to create Grafana annotations. Details about this feature of Grafana are available at http://docs.grafana.org/reference/annotations/. In order to allow AWX to add annotations, an API Key needs to be created in Grafana. Note that the created annotations are region events with start and endtime of the associated AWX Job. The annotation description is also provided by the subject of the associated AWX Job, for example: ``` -Job #1 'Ping Macbook' succeeded: https://towerhost/#/jobs/playbook/1 +Job #1 'Ping Macbook' succeeded: https://platformhost/#/jobs/playbook/1 ``` The configurable options of the Grafana notification type are: diff --git a/docs/tower_configuration.md b/docs/tower_configuration.md index f2c2b94834..ec917fd924 100644 --- a/docs/tower_configuration.md +++ b/docs/tower_configuration.md @@ -18,7 +18,7 @@ X-API-Query-Time: 0.004s X-API-Time: 0.026s { - "SOCIAL_AUTH_GITHUB_TEAM_CALLBACK_URL": "https://towerhost/sso/complete/github-team/", + "SOCIAL_AUTH_GITHUB_TEAM_CALLBACK_URL": "https://platformhost/sso/complete/github-team/", "SOCIAL_AUTH_GITHUB_TEAM_KEY": "", "SOCIAL_AUTH_GITHUB_TEAM_SECRET": "", "SOCIAL_AUTH_GITHUB_TEAM_ID": "", |