set the rest of the default args for tests
This commit is contained in:
parent
a198113f73
commit
e79a798781
1 changed files with 18 additions and 15 deletions
|
@ -141,6 +141,9 @@ func MakeDefaultTestArgs() *Args {
|
||||||
PrometheusPort: DefaultPrometheusPort,
|
PrometheusPort: DefaultPrometheusPort,
|
||||||
NotifierPort: DefaultNotifierPort,
|
NotifierPort: DefaultNotifierPort,
|
||||||
JSONRPCPort: DefaultJSONRPCPort,
|
JSONRPCPort: DefaultJSONRPCPort,
|
||||||
|
JSONRPCHTTPPort: 50002,
|
||||||
|
MaxSessions: DefaultMaxSessions,
|
||||||
|
SessionTimeout: DefaultSessionTimeout,
|
||||||
EsIndex: DefaultEsIndex,
|
EsIndex: DefaultEsIndex,
|
||||||
RefreshDelta: DefaultRefreshDelta,
|
RefreshDelta: DefaultRefreshDelta,
|
||||||
CacheTTL: DefaultCacheTTL,
|
CacheTTL: DefaultCacheTTL,
|
||||||
|
|
Loading…
Add table
Reference in a new issue