aboutsummaryrefslogtreecommitdiffstats
path: root/datafile-app-server/src/test/resources/datafile_endpoints_test.json
diff options
context:
space:
mode:
Diffstat (limited to 'datafile-app-server/src/test/resources/datafile_endpoints_test.json')
-rw-r--r--datafile-app-server/src/test/resources/datafile_endpoints_test.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/datafile-app-server/src/test/resources/datafile_endpoints_test.json b/datafile-app-server/src/test/resources/datafile_endpoints_test.json
index 8e51b807..00b2488b 100644
--- a/datafile-app-server/src/test/resources/datafile_endpoints_test.json
+++ b/datafile-app-server/src/test/resources/datafile_endpoints_test.json
@@ -1,10 +1,10 @@
{
"config": {
"//description": "This file is only used for testing purposes",
- "dmaap.ftpesConfig.keyCert": "/src/test/resources/dfc.jks",
- "dmaap.ftpesConfig.keyPasswordPath": "/src/test/resources/dfc.jks.pass",
- "dmaap.ftpesConfig.trustedCa": "/src/test/resources/ftp.jks",
- "dmaap.ftpesConfig.trustedCaPasswordPath": "/src/test/resources/ftp.jks.pass",
+ "dmaap.certificateConfig.keyCert": "/src/test/resources/dfc.jks",
+ "dmaap.certificateConfig.keyPasswordPath": "/src/test/resources/dfc.jks.pass",
+ "dmaap.certificateConfig.trustedCa": "/src/test/resources/cert.jks",
+ "dmaap.certificateConfig.trustedCaPasswordPath": "/src/test/resources/cert.jks.pass",
"dmaap.security.trustStorePath": "src/test/resources/trust.jks",
"dmaap.security.trustStorePasswordPath": "src/test/resources/trust.pass",
"dmaap.security.keyStorePath": "src/test/resources/cert.jks",