Skip to content
Snippets Groups Projects
iglu.json 625 B
Newer Older
  • Learn to ignore specific revisions
  • {
      "schema": "iglu:com.snowplowanalytics.iglu/resolver-config/jsonschema/1-0-0",
      "data": {
        "cacheSize": 500,
        "repositories": [
          {
            "name": "Iglu Central",
            "priority": 0,
    
            "vendorPrefixes": [ "com.snowplowanalytics" ],
    
            "connection": {
              "http": {
                "uri": "http://iglucentral.com"
              }
            }
    
          },
          {
            "name": "local Iglu repository",
            "priority": 10,
            "vendorPrefixes": [ "com.snowplowanalytics" ],
            "connection": {
              "http": {
                "uri": "http://iglu:80"
              }
            }