diff options
Diffstat (limited to 'input-templates')
-rw-r--r-- | input-templates/phinputs.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/input-templates/phinputs.yaml b/input-templates/phinputs.yaml index 8fe45dc..d3608c6 100644 --- a/input-templates/phinputs.yaml +++ b/input-templates/phinputs.yaml @@ -61,3 +61,7 @@ application_config: # limit the size of a single data segment for policy-update messages # from policy-handler to deployment-handler in megabytes max_msg_length_mb : 5 + query : + # optionally specify the tenant name for the cloudify under deployment-handler + # if not specified the "default_tenant" is used by the deployment-handler + cfy_tenant_name : "default_tenant" |