diff options
Diffstat (limited to 'tests/mock_config.json')
-rw-r--r-- | tests/mock_config.json | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/tests/mock_config.json b/tests/mock_config.json new file mode 100644 index 0000000..98b0d19 --- /dev/null +++ b/tests/mock_config.json @@ -0,0 +1,36 @@ +{ + "policy_handler" : { + "system" : "policy_handler", + "thread_pool_size" : 4, + "pool_connections" : 20, + "policy_retry_count" : 5, + "policy_retry_sleep" : 5, + "catch_up" : { + "interval" : 10 + }, + "reconfigure" : { + "interval" : 10 + }, + "policy_engine" : { + "url" : "https://pdp-server:8081", + "path_pdp" : "/pdp/", + "path_api" : "/pdp/api/", + "headers" : { + "Accept" : "application/json", + "Content-Type" : "application/json", + "ClientAuth" : "Basic user", + "Authorization" : "Basic auth", + "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" + } + } + } +} |