mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-12 07:36:34 +03:00
33 lines
1.1 KiB
JSON
33 lines
1.1 KiB
JSON
{
|
|
"manifests": {
|
|
"dunglas/digital-ocean-bundle": {
|
|
"manifest": {
|
|
"bundles": {
|
|
"Dunglas\\DigitalOceanBundle\\DunglasDigitalOceanBundle": [
|
|
"all"
|
|
]
|
|
},
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"#1": "Go to https://cloud.digitalocean.com/account/api/tokens to create your token",
|
|
"DIGITAL_OCEAN_TOKEN": "<your-access-token>"
|
|
}
|
|
},
|
|
"files": {
|
|
"config/dunglas_digital_ocean.yaml": {
|
|
"contents": [
|
|
"dunglas_digital_ocean:",
|
|
" connections:",
|
|
" default: '%env(DIGITAL_OCEAN_TOKEN)%'",
|
|
""
|
|
],
|
|
"executable": false
|
|
}
|
|
},
|
|
"ref": "26441b59cf6cb5f8254a08eb7c62a05e64b4753e"
|
|
}
|
|
}
|
|
}
|