-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
14 lines (11 loc) · 680 Bytes
/
.env
File metadata and controls
14 lines (11 loc) · 680 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
###> 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
APP_SECRET=d9b6782af725ca8946c6b3703c142c18
# DATABASE_URL="sqlite:///%kernel.project_dir%/var/data.db"
#DATABASE_URL="postgresql://symfony:symfony@db_docker_sf:5432/todo?serverVersion=13&charset=utf8"
# DATABASE_URL="mysql://db_user:db_password@127.0.0.1:3306/db_name?serverVersion=5.7"
###< doctrine/doctrine-bundle ###
###> symfony/framework-bundle ###
APP_ENV=dev
###< symfony/framework-bundle ###