mirror of
https://github.com/0ceanSlim/grain.git
synced 2024-11-22 08:37:13 +00:00
moved timeouts to config
This commit is contained in:
parent
f5a0f6560d
commit
bda932c06d
@ -4,6 +4,9 @@ mongodb:
|
|||||||
|
|
||||||
server:
|
server:
|
||||||
port: ":8080" # Port for the server to listen on
|
port: ":8080" # Port for the server to listen on
|
||||||
|
read_timeout: 10 # Read timeout in seconds
|
||||||
|
write_timeout: 10 # Write timeout in seconds
|
||||||
|
idle_timeout: 120 # Idle timeout in seconds
|
||||||
pubkey_whitelist:
|
pubkey_whitelist:
|
||||||
enabled: false
|
enabled: false
|
||||||
pubkeys: #["3fe0ab6cbdb7ee27148202249e3fb3b89423c6f6cda6ef43ea5057c3d93088e4",
|
pubkeys: #["3fe0ab6cbdb7ee27148202249e3fb3b89423c6f6cda6ef43ea5057c3d93088e4",
|
||||||
|
Loading…
Reference in New Issue
Block a user