Utilisation de SQLite

This commit is contained in:
Aymeric SERRA 2023-02-06 15:23:55 +01:00
parent 147149bef0
commit f672d37ed2
Signed by: oupson
GPG Key ID: 3BD88615552EFCB7
1 changed files with 2 additions and 2 deletions

4
.env
View File

@ -27,9 +27,9 @@ MESSENGER_TRANSPORT_DSN=doctrine://default?auto_setup=0
# 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="sqlite:///%kernel.project_dir%/var/data.db"
# DATABASE_URL="mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8&charset=utf8mb4"
DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=15&charset=utf8"
# DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=15&charset=utf8"
###< doctrine/doctrine-bundle ###
###> symfony/messenger ###