Resources

Config

The Rivet configuration file can use any of the follow names:

NameFormat
rivet.jsonJSON
rivet.jsonJSON with comments (JSONC)

Schema

Config

  • builds
    map
    • builds[key].access
      string
      • public
      • private
    • builds[key].tags
      nullable map
  • unstable
    nullable object
    • unstable.manager
      nullable object
      • unstable.manager.analyze_result
        nullable boolean
      • unstable.manager.compression
        nullable string
        • none

          No compression.

        • lz4

          LZ4 compression. Fast compression optimized for fast lobby start times.

      • unstable.manager.dump_build
        nullable boolean
      • unstable.manager.enable
        nullable boolean
      • unstable.manager.esbuild_log_level
        nullable string
      • unstable.manager.minify
        nullable boolean