Skip to content

Commit

Permalink
merging in our config for this tag
Browse files Browse the repository at this point in the history
  • Loading branch information
dryan committed Aug 30, 2018
1 parent c261ef9 commit cbff5cd
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions src/config.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
{
"menu": {
"help": [{
"label": "Email Support",
"link": "mailto:support@your-company.com"
}, {
"label": "Slack Support",
"link": "slack://channel?id=YOUR_CHANNEL_ID&team=YOUR_TEAM_ID"
}]
"help": [
{
"label": "Email Support",
"link": "mailto:support@campaignhelpdesk.org"
},
{
"label": "Web Support",
"link": "https://campaignhelpdesk.org"
}
]
},
"rescanIntervalSeconds": 604800
"rescanIntervalSeconds": 86400
}

0 comments on commit cbff5cd

Please sign in to comment.