-
-
Notifications
You must be signed in to change notification settings - Fork 504
Add mariadb example to DATABASE_URL #1186
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 3 commits
27a6a70
50d75d4
fad35c5
05f13e4
475a42a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,8 +11,9 @@ | |
| "#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:[email protected]:3306/app?serverVersion=8&charset=utf8mb4\"", | ||
| "DATABASE_URL": "postgresql://app:[email protected]:5432/app?serverVersion=15&charset=utf8" | ||
| "#5": "DATABASE_URL=\"mysql://app:[email protected]:3306/app?serverVersion=8.0.36&charset=utf8mb4\"", | ||
| "#6": "DATABASE_URL=\"mysql://app:[email protected]:3306/app?serverVersion=10.11.2-MariaDB&charset=utf8mb4\"", | ||
| "DATABASE_URL": "postgresql://app:[email protected]:5432/app?serverVersion=15.2&charset=utf8" | ||
|
||
| }, | ||
| "dockerfile": [ | ||
| "RUN apk add --no-cache --virtual .pgsql-deps postgresql-dev; \\", | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.