mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
Add mariadb example to DATABASE_URL (#1186)
* Add mariadb example to DATABASE_URL * Apply change requests * Use same casing as in the doctrine/dbal mariadb docs See https://github.com/doctrine/dbal/pull/5971 * Update doctrine/doctrine-bundle/2.8/manifest.json Co-authored-by: Alexander M. Turek <me@derrabus.de> * Use only major version for postgresql serverVersion --------- Co-authored-by: Alexander M. Turek <me@derrabus.de>
This commit is contained in:
co-authored by
Alexander M. Turek
parent
363aa94b86
commit
e0f64dfe5f
@@ -11,7 +11,8 @@
|
||||
"#2": "IMPORTANT: You MUST configure your server version, either here or in config/packages/doctrine.yaml",
|
||||
"#3": "",
|
||||
"#4": "DATABASE_URL=\"sqlite:///%kernel.project_dir%/var/data.db\"",
|
||||
"#5": "DATABASE_URL=\"mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8&charset=utf8mb4\"",
|
||||
"#5": "DATABASE_URL=\"mysql://app:!ChangeMe!@127.0.0.1:3306/app?serverVersion=8.0.32&charset=utf8mb4\"",
|
||||
"#6": "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"
|
||||
},
|
||||
"dockerfile": [
|
||||
|
||||
Reference in New Issue
Block a user