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.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/etc_upload/config.json b/etc_upload/config.json
index a38d81c..2e3b412 100644
--- a/etc_upload/config.json
+++ b/etc_upload/config.json
@@ -24,7 +24,10 @@
"deploy_handler" : {
"target_entity" : "deployment_handler",
"url" : "http://deployment_handler:8188",
- "max_msg_length_mb" : 5
+ "max_msg_length_mb" : 5,
+ "query" : {
+ "cfy_tenant_name" : "default_tenant"
+ }
}
}
}