Skip to content

Instantly share code, notes, and snippets.

@arunoda

arunoda/help.md Secret

Created May 19, 2015 02:42
Show Gist options
  • Save arunoda/554cfc3111267a8a7600 to your computer and use it in GitHub Desktop.
Save arunoda/554cfc3111267a8a7600 to your computer and use it in GitHub Desktop.
Kadira Using a Custom Endpoint

meteor settings

{
  "kadira": {
    "appId": "xxx",
    "appSecret": "xxx",
    "options": {
      "endpoint": "https://enginex.kadira.io"
    }
  }
}

env vars

KADIRA_OPTIONS_ENDPOINT="https://enginex.kadira.io"

code

Kadira.connect("xxxx", "xxxx", {
  endpoint: "https://enginex.kadira.io"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment