4 spaces instead of 2

This commit is contained in:
Christian Stocker
2017-12-04 16:41:16 +01:00
parent 7035351ee7
commit 39251ed68e
+13 -13
View File
@@ -1,14 +1,14 @@
{
"bundles": {
"\\Rokka\\RokkaClientBundle\\RokkaClientBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Get your API key form https://rokka.io/",
"ROKKA_API_KEY": "API_KEY_replace_me",
"ROKKA_API_SECRET": "API_SECRET_replace_me",
"ROKKA_ORGANIZATION": "ROKKA_ORG_replace_me"
}
}
"bundles": {
"\\Rokka\\RokkaClientBundle\\RokkaClientBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "Get your API key form https://rokka.io/",
"ROKKA_API_KEY": "API_KEY_replace_me",
"ROKKA_API_SECRET": "API_SECRET_replace_me",
"ROKKA_ORGANIZATION": "ROKKA_ORG_replace_me"
}
}