|
@@ -21,10 +21,12 @@ APP_SECRET=18a6fd80ab9362b2e4df54d6029416da
|
|
|
###< symfony/framework-bundle ###
|
|
|
|
|
|
###> doctrine/doctrine-bundle ###
|
|
|
-# Format described at http://docs.doctrine-project.org/projects/doctrine-dbal/en/latest/reference/configuration.html#connecting-using-a-url
|
|
|
-# For an SQLite database, use: "sqlite:///%kernel.project_dir%/var/data.db"
|
|
|
-# Configure your db driver and server_version in config/packages/doctrine.yaml
|
|
|
-DATABASE_URL=mysql://user:password@127.0.0.1:3306/nomDeLaBase
|
|
|
+# 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&charset=utf8mb4"
|
|
|
+DATABASE_URL="postgresql://app:!ChangeMe!@127.0.0.1:5432/app?serverVersion=14&charset=utf8"
|
|
|
###< doctrine/doctrine-bundle ###
|
|
|
###> Mattermost/Service ###
|
|
|
MATTERMOST_URL=https://adresse_du_serveur_mattermost
|