forked from TrueCloudLab/neoneo-go
config: update MaxGasInvoke
This commit is contained in:
parent
a697ff40f6
commit
2c58f274d0
10 changed files with 10 additions and 10 deletions
|
@ -50,7 +50,7 @@ ApplicationConfiguration:
|
|||
MinPeers: 5
|
||||
RPC:
|
||||
Enabled: true
|
||||
MaxGasInvoke: 10
|
||||
MaxGasInvoke: 15
|
||||
EnableCORSWorkaround: false
|
||||
Port: 10332
|
||||
TLSConfig:
|
||||
|
|
|
@ -46,7 +46,7 @@ ApplicationConfiguration:
|
|||
MinPeers: 3
|
||||
RPC:
|
||||
Enabled: true
|
||||
MaxGasInvoke: 10
|
||||
MaxGasInvoke: 15
|
||||
EnableCORSWorkaround: false
|
||||
Port: 30336
|
||||
Prometheus:
|
||||
|
|
|
@ -46,7 +46,7 @@ ApplicationConfiguration:
|
|||
MinPeers: 3
|
||||
RPC:
|
||||
Enabled: true
|
||||
MaxGasInvoke: 10
|
||||
MaxGasInvoke: 15
|
||||
EnableCORSWorkaround: false
|
||||
Port: 30333
|
||||
Prometheus:
|
||||
|
|
|
@ -41,7 +41,7 @@ ApplicationConfiguration:
|
|||
RPC:
|
||||
Enabled: true
|
||||
EnableCORSWorkaround: false
|
||||
MaxGasInvoke: 10
|
||||
MaxGasInvoke: 15
|
||||
Port: 30333
|
||||
Prometheus:
|
||||
Enabled: true
|
||||
|
|
|
@ -46,7 +46,7 @@ ApplicationConfiguration:
|
|||
MinPeers: 3
|
||||
RPC:
|
||||
Enabled: true
|
||||
MaxGasInvoke: 10
|
||||
MaxGasInvoke: 15
|
||||
EnableCORSWorkaround: false
|
||||
Port: 30335
|
||||
Prometheus:
|
||||
|
|
|
@ -46,7 +46,7 @@ ApplicationConfiguration:
|
|||
MinPeers: 3
|
||||
RPC:
|
||||
Enabled: true
|
||||
MaxGasInvoke: 10
|
||||
MaxGasInvoke: 15
|
||||
EnableCORSWorkaround: false
|
||||
Port: 30334
|
||||
Prometheus:
|
||||
|
|
|
@ -46,7 +46,7 @@ ApplicationConfiguration:
|
|||
MinPeers: 3
|
||||
RPC:
|
||||
Enabled: true
|
||||
MaxGasInvoke: 10
|
||||
MaxGasInvoke: 15
|
||||
EnableCORSWorkaround: false
|
||||
Port: 20331
|
||||
TLSConfig:
|
||||
|
|
|
@ -50,7 +50,7 @@ ApplicationConfiguration:
|
|||
MinPeers: 5
|
||||
RPC:
|
||||
Enabled: true
|
||||
MaxGasInvoke: 10
|
||||
MaxGasInvoke: 15
|
||||
EnableCORSWorkaround: false
|
||||
Port: 20332
|
||||
TLSConfig:
|
||||
|
|
|
@ -41,7 +41,7 @@ ApplicationConfiguration:
|
|||
Password: "one"
|
||||
RPC:
|
||||
Address: 127.0.0.1
|
||||
MaxGasInvoke: 10
|
||||
MaxGasInvoke: 15
|
||||
Enabled: true
|
||||
EnableCORSWorkaround: false
|
||||
Port: 0 # let the system choose port dynamically
|
||||
|
|
|
@ -48,7 +48,7 @@ ApplicationConfiguration:
|
|||
MinPeers: 1
|
||||
RPC:
|
||||
Address: 127.0.0.1
|
||||
MaxGasInvoke: 10
|
||||
MaxGasInvoke: 15
|
||||
Enabled: true
|
||||
EnableCORSWorkaround: false
|
||||
Port: 0 # let the system choose port dynamically
|
||||
|
|
Loading…
Reference in a new issue