From 4e00d82b95dbbc0d13e5b041dd10280f0b71012e Mon Sep 17 00:00:00 2001 From: Michael Warkentin Date: Thu, 30 Apr 2020 09:21:10 -0400 Subject: [PATCH] Add note about how to set boolean flags See discussion in https://github.com/runatlantis/atlantis/pull/994#discussion_r416914804 --- runatlantis.io/docs/server-configuration.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/runatlantis.io/docs/server-configuration.md b/runatlantis.io/docs/server-configuration.md index 2c63af109..b85eea942 100644 --- a/runatlantis.io/docs/server-configuration.md +++ b/runatlantis.io/docs/server-configuration.md @@ -15,6 +15,10 @@ All flags can be specified as environment variables. 1. Uppercase all the letters => `GH_USER` 1. Prefix with `ATLANTIS_` => `ATLANTIS_GH_USER` +::: warning NOTE +To set a boolean flag use `true` or `false` as the value. +::: + ::: warning NOTE The flag `--atlantis-url` is set by the environment variable `ATLANTIS_ATLANTIS_URL` **NOT** `ATLANTIS_URL`. :::