aboutsummaryrefslogtreecommitdiffstats
path: root/etc_upload/config.json
diff options
context:
space:
mode:
Diffstat (limited to 'etc_upload/config.json')
-rw-r--r--etc_upload/config.json15
1 files changed, 7 insertions, 8 deletions
diff --git a/etc_upload/config.json b/etc_upload/config.json
index aae8e84..a38d81c 100644
--- a/etc_upload/config.json
+++ b/etc_upload/config.json
@@ -3,29 +3,28 @@
"system" : "policy_handler",
"thread_pool_size" : 4,
"pool_connections" : 20,
- "scope_prefixes" : ["DCAE.Config_", "CLAMP"],
"policy_retry_count" : 5,
"policy_retry_sleep" : 5,
"catch_up" : {
- "interval" : 1200,
- "max_skips" : 5
+ "interval" : 1200
},
"policy_engine" : {
- "url" : "https://peawiv9nspd01.pedc.sbc.com:8081",
- "path_pdp" :"/pdp/",
+ "url" : "https://policy_engine:8081",
+ "path_pdp" : "/pdp/",
"path_api" : "/pdp/api/",
"headers" : {
"Accept" : "application/json",
"Content-Type" : "application/json",
- "ClientAuth" : "Basic bTAzOTQ5OnBvbGljeVIwY2sk",
- "Authorization" : "Basic dGVzdHBkcDphbHBoYTEyMw==",
+ "ClientAuth" : "Basic blah",
+ "Authorization" : "Basic blah",
"Environment" : "TEST"
},
"target_entity" : "policy_engine"
},
"deploy_handler" : {
"target_entity" : "deployment_handler",
- "url" : "http://deployment_handler:8188"
+ "url" : "http://deployment_handler:8188",
+ "max_msg_length_mb" : 5
}
}
}