rglw_api 0.0.1

Rustyglware websocket api.
Documentation
[global]
address = "[::1]:7000"
app_name = "RglwApi"
version = "0.0.1"
identifier_seed = "RglwApi_SEED"
log_configuration_file = "../log_configuration.yml"

[global.client]
expose = true
path = "/client"

[global.connection_limits]
max_message_size = 67108864
max_frame_size = 16777216
accept_unmasked_frames = false
write_buffer_size = 131072
max_write_buffer_size = 655360

[global.database_configuration]
uri = "sqlite://database.sqlite?mode=rwc"
motor = "SQLITE"
max_connections = 100
min_connections = 5
connection_timeout = 8
acquire_timeout = 8
idle_timeout = 8
max_lifetime = 8
logging = true
log_level = "Info"
# Only for postgresql connections
default_schema = "public"