-
Notifications
You must be signed in to change notification settings - Fork 0
/
.env
21 lines (17 loc) · 844 Bytes
/
.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
DATABASE_URL=mysql://root:root@mysql:3306/cauldron
###> symfony/framework-bundle ###
APP_ENV=dev
APP_SECRET=2058894d5bf55330695c557d41522588
###< symfony/framework-bundle ###
###> symfony/mailer ###
MAILER_DSN=smtp://mailer:1025
MAILER_URL=smtp://mailer:1025
###< symfony/mailer ###
###> doctrine/doctrine-bundle ###
# Format described at https://www.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
# IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml
#
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
# DATABASE_URL="mysql://app:[email protected]:3306/app?serverVersion=8&charset=utf8mb4"
#DATABASE_URL="postgresql://app:[email protected]:5432/app?serverVersion=15&charset=utf8"
###< doctrine/doctrine-bundle ###