# This file is a "template" of which env vars need to be defined for your application
# Copy this file to .env file for development, create environment variables when deploying to production
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration

ADG_COMPOSE_PROJECT_NAME=alerting-bundle

###> common variables ###
DOCKER_SERVER_HOST=docker.local
DOCKER_PROJECT_PATH=adgoal/common/alerting-bundle
DOCKER_PHP_VERSION=7.2
DOCKER_IMAGE_VERSION=master
###< common variables ###
