Skip to content

Commit

Permalink
Revert .env
Browse files Browse the repository at this point in the history
  • Loading branch information
clemence pereira committed May 7, 2021
1 parent b3bfccb commit bcc71de
Showing 1 changed file with 26 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/Application/.env

This file was deleted.

26 changes: 26 additions & 0 deletions tests/Application/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# This file is a "template" of which env vars needs to be defined in your configuration or in an .env file
# Set variables here that may be different on each deployment target of the app, e.g. development, staging, production.
# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration

COMPOSE_PROJECT_NAME=settings

###> symfony/framework-bundle ###
APP_ENV=dev
APP_DEBUG=1
APP_SECRET=EDITME
###< symfony/framework-bundle ###

###> doctrine/doctrine-bundle ###
# Format described at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
# For a sqlite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
# Set "serverVersion" to your server version to avoid edge-case exceptions and extra database calls
# If you use Symfony binary this URL is overridden by it
DATABASE_URL=mysql://[email protected]/sylius?serverVersion=mariadb-10.4.14
###< doctrine/doctrine-bundle ###

###> symfony/swiftmailer-bundle ###
# For Gmail as a transport, use: "gmail://username:password@localhost"
# For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode="
# Delivery is disabled by default via "null://localhost"
MAILER_URL=smtp://localhost:1025
###< symfony/swiftmailer-bundle ###

0 comments on commit bcc71de

Please sign in to comment.