Files
archived-recipes-contrib/verschoof/transip-api-bundle/1.2/manifest.json
2020-01-07 10:12:09 +01:00

14 lines
407 B
JSON

{
"bundles": {
"Verschoof\\TransipApiBundle\\TransipApiBundle": ["all"]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%/"
},
"env": {
"#1": "privatekey is a multiline key from transip, just remove the breaks to create a one-liner",
"VERSCHOOF_TRANSIP_API_LOGIN": "your-api_login",
"VERSCHOOF_TRANSIP_API_PRIVATE_KEY": "your-private_key"
}
}