Last active
September 7, 2017 18:20
-
-
Save CollectiveHealth-gists/17c1fd3c48265be242ef763e58a438e9 to your computer and use it in GitHub Desktop.
Stock configuration file used with serverless endpoint
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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