Skip to content

Commit

Permalink
Make working with the Zendesk API more practical
Browse files Browse the repository at this point in the history
This should allow developers/designers to keep the working
production credentials (needed to view almost every page) in
their local checkout, without it being committed and published.
  • Loading branch information
jamiecobbett committed Oct 30, 2012
1 parent 7fe0276 commit 651f101
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -13,3 +13,5 @@
# Ignore all logfiles and tempfiles.
/log/*.log
/tmp

config/zendesk.yml
5 changes: 5 additions & 0 deletions config/zendesk.yml → config/zendesk.yml.template
@@ -1,3 +1,8 @@
# Copy this file to "zendesk.yml" and overwrite the development username and password
# with the production values in alphagov-deployment.
#
# It is very important that we don't commit (publish) production credentials to Git(Hub).
#
development:
url: "https://govuk.zendesk.com/api/v2"
username: "not-a-real-account@digital.cabinet-office.gov.uk/token"
Expand Down

0 comments on commit 651f101

Please sign in to comment.