Skip to content

Commit

Permalink
chore(docs): Add notes to atlantis-url in server-configuration (runat…
Browse files Browse the repository at this point in the history
…lantis#3383)

* Docs: Add notes to atlantis-url in server-configuration section.

* Update runatlantis.io/docs/server-configuration.md

---------

Co-authored-by: nitrocode <[email protected]>
  • Loading branch information
2 people authored and Marcelo Medeiros committed Jul 3, 2023
1 parent b32b7df commit 6bf8a94
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runatlantis.io/docs/server-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ Values are chosen in this order:
and in links from pull request comments. Defaults to `http://$(hostname):$port`
where `$port` is from the [`--port`](#port) flag. Supports a basepath if you're hosting Atlantis under a path.

Notes:
* If a load balancer with a non http/https port (not the one defined in the `--port` flag) is used, update the URL to include the port like in the example above.
* This URL is used as the `details` link next to each atlantis job to view the job's logs.

### `--automerge`
```bash
atlantis server --automerge
Expand Down

0 comments on commit 6bf8a94

Please sign in to comment.