Skip to content

config properties server

GitHub Action edited this page Sep 4, 2024 · 3 revisions

Version

v1.0.3

server Type

object (server)

server Properties

Property Type Required Nullable Defined by
public object Optional cannot be null Config
admin object Optional cannot be null Config

public

public contains the server configuration for the public API.

public

  • is optional

  • cannot be null

public Type

object (public)

admin

admin contains the server configuration for the admin API.

admin

  • is optional

  • cannot be null

admin Type

object (admin)

Clone this wiki locally