aboutsummaryrefslogtreecommitdiffstats
path: root/etc_upload/config.json
blob: a38d81c85961fd850079c9f6ff36845cf29dae3b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
    "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
        }
    }
}