Skip to content

Commit

Permalink
readme - fix env variable values list
Browse files Browse the repository at this point in the history
  • Loading branch information
k-timoshenko committed Nov 8, 2018
1 parent 1335699 commit b8e41cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ENVIRONMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Property | Values | Description
## <a id="project-envs"></a>Project env (service: all)
Property | Values | Description
---------|--------|------------
`PROJECT_ENVIRONMENT` | `yes`/`no` | Project environment: Include different nginx ssl certificates (letsencrypt), toggle php xdebug, nginx cache control, rewrite to https
`PROJECT_ENVIRONMENT` | `dev`/`prod` | Project environment: Include different nginx ssl certificates (letsencrypt), toggle php xdebug, nginx cache control, rewrite to https
`PROJECT_NAME` | `(string)` | Unique project name
`COMPOSE_PROJECT_NAME` | `(string)` `Default: $PROJECT_NAME` | Docker compose project name. Is is recommended to be equal `PROJECT_NAME`. [see more](https://docs.docker.com/compose/reference/envvars/#compose_project_name)
`PROJECT_ROOT_CONTAINER` | `(string)` `Default: /var/www/html` | Project root, inside server container. It is not recommended to change
Expand Down Expand Up @@ -136,4 +136,4 @@ AWS COMMANDS (`-SERVICES-` will be replaced)
Property | Values | Description
---------|--------|------------
`AWS_UPDATE_TASK`| `(string)` | Create/update task definition on aws. Console command: `composer server-prod update-task`
`AWS_UPDATE_ENV`| `(string)` | Create/update `.env` file on remote host. Console command: `composer server-prod update-env`
`AWS_UPDATE_ENV`| `(string)` | Create/update `.env` file on remote host. Console command: `composer server-prod update-env`

0 comments on commit b8e41cc

Please sign in to comment.