aboutsummaryrefslogtreecommitdiffstats
path: root/etc_upload
diff options
context:
space:
mode:
Diffstat (limited to 'etc_upload')
-rw-r--r--etc_upload/config.json33
1 files changed, 0 insertions, 33 deletions
diff --git a/etc_upload/config.json b/etc_upload/config.json
deleted file mode 100644
index 2e3b412..0000000
--- a/etc_upload/config.json
+++ /dev/null
@@ -1,33 +0,0 @@
-{
- "policy_handler" : {
- "system" : "policy_handler",
- "thread_pool_size" : 4,
- "pool_connections" : 20,
- "policy_retry_count" : 5,
- "policy_retry_sleep" : 5,
- "catch_up" : {
- "interval" : 1200
- },
- "policy_engine" : {
- "url" : "https://policy_engine:8081",
- "path_pdp" : "/pdp/",
- "path_api" : "/pdp/api/",
- "headers" : {
- "Accept" : "application/json",
- "Content-Type" : "application/json",
- "ClientAuth" : "Basic blah",
- "Authorization" : "Basic blah",
- "Environment" : "TEST"
- },
- "target_entity" : "policy_engine"
- },
- "deploy_handler" : {
- "target_entity" : "deployment_handler",
- "url" : "http://deployment_handler:8188",
- "max_msg_length_mb" : 5,
- "query" : {
- "cfy_tenant_name" : "default_tenant"
- }
- }
- }
-}