Fix a typo.
[Project_proches_de_moi-server.git] / .env.dist
CommitLineData
5ebc8edd
JB
1# This file is a "template" of which env vars need to be defined for your application
2# Copy this file to .env file for development, create environment variables when deploying to production
3# https://symfony.com/doc/current/best_practices/configuration.html#infrastructure-related-configuration
4
5###> symfony/framework-bundle ###
6APP_ENV=dev
7APP_SECRET=4c93c568d318d1de3902a70414d41185
8#TRUSTED_PROXIES=127.0.0.1,127.0.0.2
9#TRUSTED_HOSTS=localhost,example.com
10###< symfony/framework-bundle ###
11
12###> doctrine/doctrine-bundle ###
13# Format described at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
14# For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
15# Configure your db driver and server_version in config/packages/doctrine.yaml
16DATABASE_URL=mysql://db_user:db_password@127.0.0.1:3306/db_name
17###< doctrine/doctrine-bundle ###
c4fba949
JB
18
19###> symfony/swiftmailer-bundle ###
20# For Gmail as a transport, use: "gmail://username:password@localhost"
21# For a generic SMTP server, use: "smtp://localhost:25?encryption=&auth_mode="
22# Delivery is disabled by default via "null://localhost"
23MAILER_URL=null://localhost
24###< symfony/swiftmailer-bundle ###