Skip to content

Instantly share code, notes, and snippets.

@CollectiveHealth-gists
Last active September 7, 2017 18:20
Show Gist options
  • Save CollectiveHealth-gists/17c1fd3c48265be242ef763e58a438e9 to your computer and use it in GitHub Desktop.
Save CollectiveHealth-gists/17c1fd3c48265be242ef763e58a438e9 to your computer and use it in GitHub Desktop.
Stock configuration file used with serverless endpoint
[creds]
user = consumer-account
passwd = auth_token_password
[endpoints]
prod_domain = https://prod.endpoint-mgmt.tld/web/api/v1.6
dev_domain = https://dev.endpoint-mgmt.tld/web/api/v1.6
[slack_dev]
webhook = https://hooks.slack.com/services/XXXXXXXXX/XXXXXXXX/XXXXXXXXXXXXXXXX
notify = #integration_dev
botname = Notification Bot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment