Skip to content

Commit

Permalink
✏️ : fix variables names in README
Browse files Browse the repository at this point in the history
  • Loading branch information
cdubuisson committed Oct 16, 2019
1 parent 13e1db4 commit 06900ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ Gaia can be configured using :

### environment variables

* `DOCKER_DAEMON_URL` / `gaia.dockerDaemonUrl` (default `unix:///var/run/docker.sock`) : configure docker daemon url for Gaia runner
* `EXTERNAL_URL` / `gaia.externalUrl` (default `http://localhost:8080`) : configure Gaia url for embedded terraform backend support
* `MONGODB_URI` / `gaia.mongodb.uri` (default `mongodb://localhost/gaia`) : configure Gaia database access
* `GAIA_DOCKER_DAEMON_URL` / `gaia.dockerDaemonUrl` (default `unix:///var/run/docker.sock`) : configure docker daemon url for Gaia runner
* `GAIA_EXTERNAL_URL` / `gaia.externalUrl` (default `http://localhost:8080`) : configure Gaia url for embedded terraform backend support
* `GAIA_MONGODB_URI` / `gaia.mongodb.uri` (default `mongodb://localhost/gaia`) : configure Gaia database access

## building and running with docker

Expand Down

0 comments on commit 06900ef

Please sign in to comment.