add transip-api-bundle recipe

This commit is contained in:
Jonas Gielen
2020-01-07 10:04:25 +01:00
parent 3864974895
commit c67f68f882
2 changed files with 17 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
transip_api:
login : '%env(VERSCHOOF_TRANSIP_API_LOGIN)%'
private_key : '%env(VERSCHOOF_TRANSIP_API_PRIVATE_KEY)%'
read_only : true

View File

@@ -0,0 +1,13 @@
{
"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",
}
}