mirror of
https://github.com/symfony/recipes-contrib.git
synced 2026-03-24 00:32:17 +01:00
13 lines
387 B
JSON
13 lines
387 B
JSON
{
|
|
"copy-from-recipe": {
|
|
"config/": "%CONFIG_DIR%/"
|
|
},
|
|
"env": {
|
|
"#0": "To retrieve an API token for your Zendesk server, you can read this doc:",
|
|
"#1": "https://support.zendesk.com/hc/en-us/articles/226022787-Generating-a-new-API-token-",
|
|
"ZENDESK_API_SUBDOMAIN": "",
|
|
"ZENDESK_API_USERNAME": "",
|
|
"ZENDESK_API_TOKEN": ""
|
|
}
|
|
}
|