forked from code-rhapsodie/ezdataflow-example
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
32 lines (31 loc) · 1023 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Allows us to set default values of env variables, see: https://docs.docker.com/compose/env-file/
#COMPOSE_FILE=doc/docker/base-dev.yml
#COMPOSE_DIR=.
#
## You'll need to adjust this for Windows and XDB Linux systems: https://getcomposer.org/doc/03-cli.md#composer-home
#COMPOSER_HOME=~/.composer
#COMPOSER_MEMORY_LIMIT=4G
#DATABASE_USER=ezp
#DATABASE_PASSWORD=SetYourOwnPassword
#DATABASE_NAME=ezp
#
### Docker images (name and version)
#PHP_IMAGE=ezsystems/php:7.3-v1
#PHP_IMAGE_DEV=ezsystems/php:7.3-v1-dev
#NGINX_IMAGE=nginx:stable
#MYSQL_IMAGE=healthcheck/mariadb
#SELENIUM_IMAGE=selenium/standalone-chrome-debug:3.141.59-oxygen
#REDIS_IMAGE=healthcheck/redis
#
#APP_DOCKER_FILE=doc/docker/Dockerfile-app
#
#DATASET_VARDIR=my-ez-app
#
## Behat / Selenium config
### web host refer to the tip of the setup, so varnish if that is used.
#WEB_HOST=web
#SELENIUM_HOST=selenium
# Enable recommendations by setting valid id, key and uri
#RECOMMENDATIONS_CUSTOMER_ID=""
#RECOMMENDATIONS_LICENSE_KEY=""
#PUBLIC_SERVER_URI=""