[#221] Enable sessions

Signed-off-by: Alex Vanin <a.vanin@yadro.com>
This commit is contained in:
Alexey Vanin 2022-09-27 19:52:19 +03:00 committed by Alex Vanin
parent 4217506ab7
commit 8b0291d008
2 changed files with 2 additions and 0 deletions

View file

@ -28,6 +28,7 @@ ApplicationConfiguration:
MinPeers: 0
RPC:
Enabled: true
SessionEnabled: true
EnableCORSWorkaround: false
MaxGasInvoke: 15
Port: 30333

View file

@ -29,6 +29,7 @@ ApplicationConfiguration:
MinPeers: 0
RPC:
Enabled: true
SessionEnabled: true
EnableCORSWorkaround: false
MaxGasInvoke: 100
Port: 30333