Files
archived-recipes-contrib/drinksco/console-ui-bundle/0.2/manifest.json
2022-12-17 17:55:27 +01:00

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"
}
}