summaryrefslogtreecommitdiffstats
path: root/tenant-base
diff options
context:
space:
mode:
Diffstat (limited to 'tenant-base')
-rw-r--r--tenant-base/pom.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/tenant-base/pom.xml b/tenant-base/pom.xml
index 0698cf3c54f..6488a681c95 100644
--- a/tenant-base/pom.xml
+++ b/tenant-base/pom.xml
@@ -270,9 +270,13 @@
<application>${application}</application>
<tenant>${tenant}</tenant>
<instance>${instance}</instance>
+ <environment>${environment}</environment>
+ <region>${region}</region>
<endpoint>${endpoint}</endpoint>
- <privateKeyFile>${privateKeyFile}</privateKeyFile>
- <certificateFile>${certificateFile}</certificateFile>
+ <apiKeyFile>${apiKeyFile}</apiKeyFile>
+ <apiCertificateFile>${apiCertificateFile}</apiCertificateFile>
+ <dataPlaneKeyFile>${dataPlaneKeyFile}</dataPlaneKeyFile>
+ <dataPlaneCertificateFile>${dataPlaneCertificateFile}</dataPlaneCertificateFile>
</systemPropertyVariables>
</configuration>
</plugin>