X-Git-Url: https://git.rapsys.eu/blog/blobdiff_plain/04f6fe0a68d677ab89812bf0607eaa701e2ae7b1..3dcd391585f82eb0a8f9e751cc8115fc2010ec33:/.env diff --git a/.env b/.env index 6974104..06146a9 100644 --- a/.env +++ b/.env @@ -15,6 +15,16 @@ # https://symfony.com/doc/current/best_practices.html#use-environment-variables-for-infrastructure-configuration ###> symfony/framework-bundle ### -APP_ENV= -APP_SECRET= +APP_ENV=dev +APP_SECRET="Ch4ng3m3!" ###< symfony/framework-bundle ### + +###> 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:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8.0.32&charset=utf8mb4" +# DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=10.11.2-MariaDB&charset=utf8mb4" +DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=16&charset=utf8" +###< doctrine/doctrine-bundle ###