Pamela Dragosh | d1728dc | 2017-02-14 19:57:17 -0500 | [diff] [blame] | 1 | POLICY_HOME=/opt/app/policy |
| 2 | JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64 |
| 3 | KEYSTORE_PASSWD=PolicyR0ck$ |
| 4 | |
| 5 | ENGINE_MANAGEMENT_PORT=9696 |
| 6 | ENGINE_MANAGEMENT_HOST=localhost |
| 7 | ENGINE_MANAGEMENT_USER=@1b3rt |
| 8 | ENGINE_MANAGEMENT_PASSWORD=31nst@1n |
| 9 | |
Pamela Dragosh | d1728dc | 2017-02-14 19:57:17 -0500 | [diff] [blame] | 10 | # To use a Nexus repository for rules artifacts, |
| 11 | # following properties must be uncommented and set: |
| 12 | snapshotRepositoryID=policy-nexus-snapshots |
| 13 | snapshotRepositoryUrl=http://nexus:8081/nexus/content/repositories/snapshots/ |
| 14 | releaseRepositoryID=policy-nexus-releases |
| 15 | releaseRepositoryUrl=http://nexus:8081/nexus/content/repositories/releases/ |
| 16 | repositoryUsername=admin |
| 17 | repositoryPassword=admin123 |
| 18 | |
| 19 | PDPD_CONFIGURATION_TOPIC=PDPD-CONFIGURATION |
| 20 | PDPD_CONFIGURATION_SERVERS=vm1.mr.simpledemo.openecomp.org |
| 21 | PDPD_CONFIGURATION_API_KEY= |
| 22 | PDPD_CONFIGURATION_API_SECRET= |
| 23 | PDPD_CONFIGURATION_CONSUMER_GROUP= |
| 24 | PDPD_CONFIGURATION_CONSUMER_INSTANCE= |
| 25 | PDPD_CONFIGURATION_PARTITION_KEY= |
| 26 | |