working websocket implementation
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
[log]
|
||||
level = "info"
|
||||
directory = "logs/"
|
||||
rotation = 3 # in days
|
||||
rotation = 3 # in days
|
||||
|
||||
[gateway]
|
||||
http_port = ""
|
||||
websocket = ""
|
||||
http_port = 8080
|
||||
websocket = "gateway"
|
||||
body_size = 2 # in MB
|
||||
queue_max = 8192
|
||||
|
||||
[database]
|
||||
host_dsn = ""
|
||||
|
||||
Reference in New Issue
Block a user