mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
add transip-api-bundle recipe
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
transip_api:
|
||||
login : '%env(VERSCHOOF_TRANSIP_API_LOGIN)%'
|
||||
private_key : '%env(VERSCHOOF_TRANSIP_API_PRIVATE_KEY)%'
|
||||
read_only : true
|
||||
13
verschoof/transip-api-bundle/1.2/manifest.json
Normal file
13
verschoof/transip-api-bundle/1.2/manifest.json
Normal 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",
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user