aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorJorge Hernandez <jorge.hernandez-herrero@att.com>2019-01-07 08:48:24 -0600
committerJorge Hernandez <jorge.hernandez-herrero@att.com>2019-01-07 14:52:09 +0000
commit322ed70095b7ac90981f87a63a81ae5f067002ec (patch)
tree6abc0f454c2398c1c6f19052281b10a07883529f /config
parent223801611a3cd5fff0d58d06d90f45bdee633a3d (diff)
Consistent naming convention of install variables
Change-Id: I4ff249d4a74ce808d81420be1b79f6752d1d6e53 Issue-ID: POLICY-1367 Signed-off-by: Jorge Hernandez <jorge.hernandez-herrero@att.com>
Diffstat (limited to 'config')
-rw-r--r--config/drools/base.conf20
1 files changed, 10 insertions, 10 deletions
diff --git a/config/drools/base.conf b/config/drools/base.conf
index 9c7ce0df..ba5fe77d 100644
--- a/config/drools/base.conf
+++ b/config/drools/base.conf
@@ -29,19 +29,19 @@ TRUSTSTORE_PASSWD=Pol1cy_0nap
# Telemetry credentials
-ENGINE_MANAGEMENT_PORT=9696
-ENGINE_MANAGEMENT_HOST=0.0.0.0
-ENGINE_MANAGEMENT_USER=demo@people.osaaf.org
-ENGINE_MANAGEMENT_PASSWORD=demo123456!
+TELEMETRY_PORT=9696
+TELEMETRY_HOST=0.0.0.0
+TELEMETRY_USER=demo@people.osaaf.org
+TELEMETRY_PASSWORD=demo123456!
# nexus repository
-snapshotRepositoryID=policy-nexus-snapshots
-snapshotRepositoryUrl=http://nexus:8081/nexus/content/repositories/snapshots/
-releaseRepositoryID=policy-nexus-releases
-releaseRepositoryUrl=http://nexus:8081/nexus/content/repositories/releases/
-repositoryUsername=admin
-repositoryPassword=admin123
+SNAPSHOT_REPOSITORY_ID=policy-nexus-snapshots
+SNAPSHOT_REPOSITORY_URL=http://nexus:8081/nexus/content/repositories/snapshots/
+RELEASE_REPOSITORY_ID=policy-nexus-releases
+RELEASE_REPOSITORY_URL=http://nexus:8081/nexus/content/repositories/releases/
+REPOSITORY_USERNAME=admin
+REPOSITORY_PASSWORD=admin123
# Relational (SQL) DB access