tangle


git clone https://radroots.dev/git/tangle.git
Log | Files | Refs | README | LICENSE

tangle.host.example.json (539B)


      1 {
      2   "listen_addr": "0.0.0.0:7000",
      3   "tenant_config_dir": "tenants",
      4   "limits": {
      5     "max_total_connections": 10000,
      6     "max_total_subscriptions": 25000,
      7     "tenant_startup_concurrency": 4
      8   },
      9   "ops": {
     10     "enabled": true,
     11     "expose_tenant_inventory": true
     12   },
     13   "trusted_proxy": {
     14     "enabled": false,
     15     "trusted_peers": []
     16   },
     17   "observability": {
     18     "tracing": {
     19       "enabled": true,
     20       "filter": "info,tangle=info,tangle_runtime=info,tangle_groups=info,tangle_store_pocket=info",
     21       "format": "json"
     22     }
     23   }
     24 }