Namestring`yaml:"name" json:"name" usage:"Nakama server’s node name - must be unique."`
Configstring`yaml:"config" json:"config" usage:"The absolute file path to configuration YAML file."`
Config[]string`yaml:"config" json:"config" usage:"The absolute file path to configuration YAML file."`
ShutdownGraceSecint`yaml:"shutdown_grace_sec" json:"shutdown_grace_sec" usage:"Maximum number of seconds to wait for the server to complete work before shutting down. Default is 0 seconds. If 0 the server will shut down immediately when it receives a termination signal."`
Datadirstring`yaml:"data_dir" json:"data_dir" usage:"An absolute path to a writeable folder where Nakama will store its data."`
Logger*LoggerConfig`yaml:"logger" json:"logger" usage:"Logger levels and output."`