diff options
author | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-08-23 15:18:39 +0100 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@bell.ca> | 2021-08-23 15:18:43 +0100 |
commit | 1745b39c3b1aee7eb556a24061e38b9e0b37f487 (patch) | |
tree | 25eeb0ecde802c31a71797af06b67b46ecdec4e9 /packages/policy-api-tarball/src | |
parent | 2877524892371091bb41d2cad3a45c3c5835feb8 (diff) |
Enable prometheus by default in policy-api
Change-Id: I67368e3002601bab5dfbf3813af63ea90ac1a1f8
Issue-ID: POLICY-3538
Signed-off-by: a.sreekumar <ajith.sreekumar@bell.ca>
Diffstat (limited to 'packages/policy-api-tarball/src')
-rw-r--r-- | packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json b/packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json index 91d5591a..98d934ed 100644 --- a/packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json +++ b/packages/policy-api-tarball/src/main/resources/etc/defaultConfig.json @@ -6,7 +6,8 @@ "userName": "healthcheck", "password": "zb!XztG34", "https": true, - "aaf": false + "aaf": false, + "prometheus": true }, "databaseProviderParameters": { "name": "PolicyProviderParameterGroup", |