2021-06-06 15:45:43 +00:00
|
|
|
[default]
|
|
|
|
address = "0.0.0.0"
|
|
|
|
port = 10000
|
|
|
|
keep_alive = 5
|
|
|
|
read_timeout = 5
|
|
|
|
write_timeout = 5
|
|
|
|
log = "normal"
|
|
|
|
limits = { forms = 32768 }
|
2021-06-08 14:38:21 +00:00
|
|
|
origins = [ "http://localhost:8000" ]
|
2021-06-09 15:34:59 +00:00
|
|
|
jwt_secret = "abc123"
|