Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 1 | { |
YongchaoWu | 805b13f | 2019-07-23 14:01:01 +0000 | [diff] [blame] | 2 | "config": { |
| 3 | "//description": "This file is only used for testing purposes", |
yanhuanwang | b7d9f29 | 2019-09-10 13:38:46 +0200 | [diff] [blame^] | 4 | "dmaap.ftpesConfig.keyCert": "/opt/app/datafile/etc/cert/cert.jks", |
| 5 | "dmaap.ftpesConfig.keyPasswordPath": "/opt/app/datafile/etc/cert/jks.pass", |
| 6 | "dmaap.ftpesConfig.trustedCa": "/opt/app/datafile/etc/cert/trust.jks", |
| 7 | "dmaap.ftpesConfig.trustedCaPasswordPath": "/opt/app/datafile/etc/cert/trust.pass", |
| 8 | "dmaap.security.trustStorePath": "/opt/app/datafile/etc/cert/trust.jks", |
| 9 | "dmaap.security.trustStorePasswordPath": "/opt/app/datafile/etc/cert/trust.pass", |
| 10 | "dmaap.security.keyStorePath": "/opt/app/datafile/etc/cert/cert.jks", |
| 11 | "dmaap.security.keyStorePasswordPath": "/opt/app/datafile/etc/cert/jks.pass", |
YongchaoWu | 805b13f | 2019-07-23 14:01:01 +0000 | [diff] [blame] | 12 | "dmaap.security.enableDmaapCertAuth": "false", |
| 13 | "streams_publishes": { |
| 14 | "PM_MEAS_FILES": { |
| 15 | "type": "data_router", |
| 16 | "dmaap_info": { |
| 17 | "username": "dradmin", |
| 18 | "location": "san-francisco", |
| 19 | "log_url": "https://dmaapdrhost:8443/feedlog/1", |
| 20 | "publisher_id": "972.360gm", |
| 21 | "password": "dradmin", |
| 22 | "publish_url": "https://dmaapdrhost:8443/publish/1" |
| 23 | } |
| 24 | } |
LiamBurke | 0cddbac | 2019-06-04 13:04:22 +0100 | [diff] [blame] | 25 | }, |
YongchaoWu | 805b13f | 2019-07-23 14:01:01 +0000 | [diff] [blame] | 26 | "streams_subscribes": { |
| 27 | "dmaap_subscriber": { |
| 28 | "dmaap_info": { |
| 29 | "topic_url":"http://dradmin:dradmin@dmaapmrhost:3904/events/unauthenticated.VES_NOTIFICATION_OUTPUT/OpenDcae-c12/C12" |
| 30 | }, |
| 31 | "type": "message_router" |
| 32 | } |
Gary Wu | 9abb61c | 2018-09-27 10:38:50 -0700 | [diff] [blame] | 33 | } |
YongchaoWu | 805b13f | 2019-07-23 14:01:01 +0000 | [diff] [blame] | 34 | } |
| 35 | } |