mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
14 lines
335 B
JSON
14 lines
335 B
JSON
{
|
|
"bundles": {
|
|
"Rokka\\RokkaClientBundle\\RokkaClientBundle": ["all"]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"#1": "Get your API key from https://rokka.io/",
|
|
"ROKKA_API_KEY": "API_KEY_replace_me",
|
|
"ROKKA_ORGANIZATION": "ROKKA_ORG_replace_me"
|
|
}
|
|
}
|