Skip to content

Instantly share code, notes, and snippets.

@pacodelacruz
Created April 25, 2018 02:15
Show Gist options
  • Save pacodelacruz/fa5eb1415fbf0adb3be10a7eb369f9e1 to your computer and use it in GitHub Desktop.
Save pacodelacruz/fa5eb1415fbf0adb3be10a7eb369f9e1 to your computer and use it in GitHub Desktop.
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsStorage": "DefaultEndpointsProtocol=https;AccountName=...;AccountKey=...;EndpointSuffix=core.windows.net",
"AzureWebJobsDashboard": "DefaultEndpointsProtocol=https;AccountName=...;AccountKey=...;EndpointSuffix=core.windows.net",
"Blob:StorageConnection": "DefaultEndpointsProtocol=https;AccountName=...;AccountKey=...;EndpointSuffix=core.windows.net",
"Blob:StorageBasePath": "https://...blob.core.windows.net/",
"Workflow:Timeout": "5",
"Workflow:MeansOfApproval": "Slack",
"Slack:ApprovalUrl": "https://hooks.slack.com/services/...",
"Slack:ApprovalMessageTemplate": "{{\"text\":\"A new application from *{3}* has been received. {0}\",\"attachments\":[{{\"text\":\"Does *{4}* deserve to join this exclusive agency?\",\"fallback\":\"You are unable to choose an activity\",\"callback_id\":\"{1}#{2}#{3}#{4}\",\"color\":\"#3AA3E3\",\"attachment_type\":\"default\",\"actions\":[{{\"name\":\"approve\",\"text\":\"Approve\",\"type\":\"button\",\"value\":\"Approve\"}},{{\"name\":\"approve\",\"text\":\"Reject\",\"type\":\"button\",\"value\":\"Reject\"}}]}}]}}"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment