Skip to content

Commit

Permalink
Reorder variables file.
Browse files Browse the repository at this point in the history
  • Loading branch information
kporras07 committed May 2, 2020
1 parent ef1c7dd commit 466428a
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions env.example
Expand Up @@ -2,6 +2,15 @@

## Copy this file to .env and edit as needed.

# General Vars.
PROJECT_ROOT=~/development/chirripo
PROJECT_DOCROOT=web
PROJECT_NAME=chirripo
PORT_PREFIX=100

# Nginx Container.
NGINX_TAG=alpine

# PHP Container.
PHP_TAG=7.4
PHP_POST_MAX_SIZE=100M
Expand All @@ -15,6 +24,17 @@ MYSQL_DATABASE=drupal
MYSQL_USER=drupal
MYSQL_PASSWORD=drupal

# CLI Container.
CLI_TAG=7.4

# Varnish Container.
VARNISH_ENABLE=0
VARNISH_TAG=3.5

# Mailhog Container.
MAILHOG_ENABLE=0
MAILHOG_TAG=v1.0.0

# Solr Container.
SOLR_ENABLE=0
SOLR_TAG=6-alpine
Expand All @@ -27,28 +47,8 @@ MEMCACHED_TAG=1.6-alpine
SELENIUM_ENABLE=0
SELENIUM_TAG=3.6.0

# Varnish Container.
VARNISH_ENABLE=0
VARNISH_TAG=3.5

# Mailhog Container.
MAILHOG_ENABLE=0
MAILHOG_TAG=v1.0.0

# Blackfire Container.
BLACKFIRE_ENABLE=0
BLACKFIRE_TAG=1.34.0
BLACKFIRE_SERVER_ID=
BLACKFIRE_SERVER_TOKEN=

# Nginx Container.
NGINX_TAG=alpine

# CLI Container.
CLI_TAG=7.4

# General Vars.
PROJECT_ROOT=~/development/chirripo
PROJECT_DOCROOT=web
PROJECT_NAME=chirripo
PORT_PREFIX=100

0 comments on commit 466428a

Please sign in to comment.