Small fix on metrics config
This commit is contained in:
parent
0b62822f64
commit
0cf61944dc
|
@ -3,7 +3,7 @@ metrics:
|
||||||
enable: true
|
enable: true
|
||||||
intervalSeconds: 600
|
intervalSeconds: 600
|
||||||
nexusDate: "2021-01-01T00:00:00.00Z"
|
nexusDate: "2021-01-01T00:00:00.00Z"
|
||||||
usersLoginClient: ${IDP_APIKEY_CLIENT_ID:}
|
usersLoginClient: ${IDP_APIKEY_CLIENT_ID_UUID:}
|
||||||
referenceTypes:
|
referenceTypes:
|
||||||
funderIds: []
|
funderIds: []
|
||||||
grantIds: []
|
grantIds: []
|
||||||
|
|
Loading…
Reference in New Issue