Skip to content

Instantly share code, notes, and snippets.

@marianogg9
Created April 23, 2014 14:45
Show Gist options
  • Save marianogg9/11218142 to your computer and use it in GitHub Desktop.
Save marianogg9/11218142 to your computer and use it in GitHub Desktop.
{
"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