You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
384 B
Bash
11 lines
384 B
Bash
# https://symfony.com/doc/current/configuration.html#configuration-environments
|
|
|
|
###> symfony/framework-bundle ###
|
|
APP_ENV=dev
|
|
APP_SECRET=02d2777e0242595653c8a47180aeba9e
|
|
###< symfony/framework-bundle ###
|
|
|
|
###> doctrine/doctrine-bundle ###
|
|
DATABASE_URL=pdo_mysql://wishlist:wishlist@127.0.0.1:3306/wishlist?serverVersion=mariadb-10.4.7&charset=UTF-8
|
|
###< doctrine/doctrine-bundle ###
|