X-Git-Url: https://git.rapsys.eu/blog/blobdiff_plain/3497a28d429897bb9f349a15e287703e8b803218..493530abea0c60c8c2ecbc9e8b016d98a7202e39:/.env diff --git a/.env b/.env index 6507377..f37106a 100644 --- a/.env +++ b/.env @@ -16,5 +16,15 @@ ###> symfony/framework-bundle ### APP_ENV=dev -APP_SECRET=Ch4ng3m3! +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=15&charset=utf8" +###< doctrine/doctrine-bundle ###