# 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

###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=secret
DOCKER_PHP_VERSION=8.2
###< symfony/framework-bundle ###

###> common variables ###
MICROCB_COMPOSE_PROJECT_NAME=micro-command-bus
CI_COMMIT_REF_SLUG=master
###< common variables ###
