bzl

self-hosted ephemeral community engine
Log | Files | Refs | README | LICENSE

instances.example.json (731B)


      1 {
      2   "projectName": "bzl-multi",
      3   "networkName": "bzl_multi_net",
      4   "cloudflared": {
      5     "enabled": true,
      6     "tunnel": "bzl",
      7     "routeDns": false,
      8     "overwriteDns": true,
      9     "configPath": "~/.cloudflared/config.yml",
     10     "credentialsFile": "~/.cloudflared/TUNNEL-UUID.json"
     11   },
     12   "instances": [
     13     {
     14       "id": "official",
     15       "hostname": "chat.example.com",
     16       "hostPort": 3301,
     17       "registrationCode": "replace-with-random-code",
     18       "env": {
     19         "SESSION_TTL_MS": "2592000000",
     20         "DEFAULT_TTL_MS": "3600000"
     21       }
     22     },
     23     {
     24       "id": "staging",
     25       "hostname": "staging.example.com",
     26       "hostPort": 3302,
     27       "registrationCode": "replace-with-another-code",
     28       "env": {}
     29     }
     30   ]
     31 }