Sha256: 6136b4bf6812128acfc08f7cec1f53330abe91ec3f27f093f880560e2688cfce

Contents?: true

Size: 503 Bytes

Versions: 4

Compression:

Stored size: 503 Bytes

Contents

{
  "id": "my-heroku-addon",
  "api": {
    "config_vars": [ "CONFIG_VAR_1", "CONFIG_VAR_2" ],
    "regions": [ "us" ],
    "password": "this is not a secure password",
    "sso_salt": "this is not a secure salt",
    "production": {
      "base_url": "https://my-heroku-addon.com/heroku/resources",
      "sso_url": "https://my-heroku-addon.com/heroku/sso"
    },
    "test": {
      "base_url": "http://localhost:3000/heroku/resources",
      "sso_url": "http://localhost:3000/heroku/sso"
    }
  }
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
heroku_addon_provider-0.1.5 spec/fixtures/addon-manifest.json
heroku_addon_provider-0.1.4 spec/fixtures/addon-manifest.json
heroku_addon_provider-0.1.3 spec/fixtures/addon-manifest.json
heroku_addon_provider-0.0.1 spec/fixtures/addon-manifest.json