Created
April 23, 2014 14:45
-
-
Save marianogg9/11218142 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
{ | |
"SABISU_ENV": "production", | |
"PORT": 3000, | |
"CLOUDANT_USER": "cloudant_key_user", | |
"CLOUDANT_PASSWORD": "cloudant_key_password", | |
"CLOUDANT_URL": "my_cloudant_user.cloudant.com", | |
"CLOUDANT_CURRENTDB": "sensu_current", | |
"CLOUDANT_HISTORYDB": "sensu_history", | |
"API_URL": "sensu_api_server_hostname", | |
"API_SSL": false, | |
"API_USER": "guest", | |
"API_PASSWORD": "guest", | |
"API_PORT": 4567, | |
"NOAUTH": true, | |
"SSL_ONLY": false, | |
# the following is there by default | |
"CUSTOM_FIELDS": [ | |
{ | |
"name": "datacenter", | |
"path": "client.datacenter", | |
"facet": true, | |
"type": "str", | |
"index": true | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment