mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-11 15:16:55 +03:00
12 lines
234 B
JSON
12 lines
234 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"MYSQL_HOST": "127.0.0.1",
|
|
"MYSQL_DBNAME": "event_streams",
|
|
"MYSQL_USER": "user",
|
|
"MYSQL_PASSWORD": "password"
|
|
}
|
|
}
|