forked from TrueCloudLab/neoneo-go
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
|
||||
RPC:
|
||||
Enabled: true
|
||||
MaxGasInvoke: 10
|
||||
EnableCORSWorkaround: false
|
||||
Port: 10332
|
||||
TLSConfig:
|
||||
|
|
|
@ -44,6 +44,7 @@ ApplicationConfiguration:
|
|||
MinPeers: 3
|
||||
RPC:
|
||||
Enabled: true
|
||||
MaxGasInvoke: 10
|
||||
EnableCORSWorkaround: false
|
||||
Port: 30336
|
||||
Prometheus:
|
||||
|
|
|
@ -44,6 +44,7 @@ ApplicationConfiguration:
|
|||
MinPeers: 3
|
||||
RPC:
|
||||
Enabled: true
|
||||
MaxGasInvoke: 10
|
||||
EnableCORSWorkaround: false
|
||||
Port: 30333
|
||||
Prometheus:
|
||||
|
|
|
@ -44,6 +44,7 @@ ApplicationConfiguration:
|
|||
MinPeers: 3
|
||||
RPC:
|
||||
Enabled: true
|
||||
MaxGasInvoke: 10
|
||||
EnableCORSWorkaround: false
|
||||
Port: 30335
|
||||
Prometheus:
|
||||
|
|
|
@ -44,6 +44,7 @@ ApplicationConfiguration:
|
|||
MinPeers: 3
|
||||
RPC:
|
||||
Enabled: true
|
||||
MaxGasInvoke: 10
|
||||
EnableCORSWorkaround: false
|
||||
Port: 30334
|
||||
Prometheus:
|
||||
|
|
|
@ -44,6 +44,7 @@ ApplicationConfiguration:
|
|||
MinPeers: 3
|
||||
RPC:
|
||||
Enabled: true
|
||||
MaxGasInvoke: 10
|
||||
EnableCORSWorkaround: false
|
||||
Port: 20331
|
||||
TLSConfig:
|
||||
|
|
|
@ -48,6 +48,7 @@ ApplicationConfiguration:
|
|||
MinPeers: 5
|
||||
RPC:
|
||||
Enabled: true
|
||||
MaxGasInvoke: 10
|
||||
EnableCORSWorkaround: false
|
||||
Port: 20332
|
||||
TLSConfig:
|
||||
|
|
|
@ -43,6 +43,7 @@ ApplicationConfiguration:
|
|||
MinPeers: 1
|
||||
RPC:
|
||||
Address: 127.0.0.1
|
||||
MaxGasInvoke: 10
|
||||
Enabled: true
|
||||
EnableCORSWorkaround: false
|
||||
Port: 0 # let the system choose port dynamically
|
||||
|
|
Loading…
Reference in a new issue