mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-09-18 10:36:52 +03:00
13 lines
336 B
JSON
13 lines
336 B
JSON
{
|
|
"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>"
|
|
}
|
|
}
|