config: add MaxGasInvoke to all configuration files
Limit the GAS available by default.
This commit is contained in:
parent
419d68329c
commit
e21a36a705
8 changed files with 8 additions and 0 deletions
|
@ -48,6 +48,7 @@ ApplicationConfiguration:
|
||||||
MinPeers: 5
|
MinPeers: 5
|
||||||
RPC:
|
RPC:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
MaxGasInvoke: 10
|
||||||
EnableCORSWorkaround: false
|
EnableCORSWorkaround: false
|
||||||
Port: 10332
|
Port: 10332
|
||||||
TLSConfig:
|
TLSConfig:
|
||||||
|
|
|
@ -44,6 +44,7 @@ ApplicationConfiguration:
|
||||||
MinPeers: 3
|
MinPeers: 3
|
||||||
RPC:
|
RPC:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
MaxGasInvoke: 10
|
||||||
EnableCORSWorkaround: false
|
EnableCORSWorkaround: false
|
||||||
Port: 30336
|
Port: 30336
|
||||||
Prometheus:
|
Prometheus:
|
||||||
|
|
|
@ -44,6 +44,7 @@ ApplicationConfiguration:
|
||||||
MinPeers: 3
|
MinPeers: 3
|
||||||
RPC:
|
RPC:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
MaxGasInvoke: 10
|
||||||
EnableCORSWorkaround: false
|
EnableCORSWorkaround: false
|
||||||
Port: 30333
|
Port: 30333
|
||||||
Prometheus:
|
Prometheus:
|
||||||
|
|
|
@ -44,6 +44,7 @@ ApplicationConfiguration:
|
||||||
MinPeers: 3
|
MinPeers: 3
|
||||||
RPC:
|
RPC:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
MaxGasInvoke: 10
|
||||||
EnableCORSWorkaround: false
|
EnableCORSWorkaround: false
|
||||||
Port: 30335
|
Port: 30335
|
||||||
Prometheus:
|
Prometheus:
|
||||||
|
|
|
@ -44,6 +44,7 @@ ApplicationConfiguration:
|
||||||
MinPeers: 3
|
MinPeers: 3
|
||||||
RPC:
|
RPC:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
MaxGasInvoke: 10
|
||||||
EnableCORSWorkaround: false
|
EnableCORSWorkaround: false
|
||||||
Port: 30334
|
Port: 30334
|
||||||
Prometheus:
|
Prometheus:
|
||||||
|
|
|
@ -44,6 +44,7 @@ ApplicationConfiguration:
|
||||||
MinPeers: 3
|
MinPeers: 3
|
||||||
RPC:
|
RPC:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
MaxGasInvoke: 10
|
||||||
EnableCORSWorkaround: false
|
EnableCORSWorkaround: false
|
||||||
Port: 20331
|
Port: 20331
|
||||||
TLSConfig:
|
TLSConfig:
|
||||||
|
|
|
@ -48,6 +48,7 @@ ApplicationConfiguration:
|
||||||
MinPeers: 5
|
MinPeers: 5
|
||||||
RPC:
|
RPC:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
MaxGasInvoke: 10
|
||||||
EnableCORSWorkaround: false
|
EnableCORSWorkaround: false
|
||||||
Port: 20332
|
Port: 20332
|
||||||
TLSConfig:
|
TLSConfig:
|
||||||
|
|
|
@ -43,6 +43,7 @@ ApplicationConfiguration:
|
||||||
MinPeers: 1
|
MinPeers: 1
|
||||||
RPC:
|
RPC:
|
||||||
Address: 127.0.0.1
|
Address: 127.0.0.1
|
||||||
|
MaxGasInvoke: 10
|
||||||
Enabled: true
|
Enabled: true
|
||||||
EnableCORSWorkaround: false
|
EnableCORSWorkaround: false
|
||||||
Port: 0 # let the system choose port dynamically
|
Port: 0 # let the system choose port dynamically
|
||||||
|
|
Loading…
Reference in a new issue