mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
15 lines
464 B
JSON
15 lines
464 B
JSON
{
|
|
"bundles": {
|
|
"Drinksco\\ConsoleUiBundle\\ConsoleUiBundle": ["dev"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"CONSOLE_UI_MERCURE_URL": "http://localhost:3001/.well-known/mercure",
|
|
"CONSOLE_UI_MERCURE_PUBLIC_URL": "http://localhost:3001/.well-known/mercure",
|
|
"CONSOLE_UI_JWT_SECRET": "!ChangeThisMercureHubJWTSecretKey!",
|
|
"CONSOLE_API_URL": "http://localhost:3000"
|
|
}
|
|
}
|