diff options
author | Jorge Hernandez <jh1730@att.com> | 2018-01-16 20:57:41 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-01-16 20:57:41 +0000 |
commit | 528605fe8efa3631291de0b9bf8e498bdbd0c23f (patch) | |
tree | e104ccafdcd7e7fd2dff86f0b4d7ac7beeb1ef19 /ONAP-SDK-APP | |
parent | 49c6b1bf604c3450b729dc348af36ee3af79589b (diff) | |
parent | 7f94862a50f552f840cbb2a84ee1c3e20fc3c708 (diff) |
Merge "Restrict file upload size in policy editor"
Diffstat (limited to 'ONAP-SDK-APP')
-rw-r--r-- | ONAP-SDK-APP/xacml.admin.properties | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ONAP-SDK-APP/xacml.admin.properties b/ONAP-SDK-APP/xacml.admin.properties index 333da49a5..5628d8dd0 100644 --- a/ONAP-SDK-APP/xacml.admin.properties +++ b/ONAP-SDK-APP/xacml.admin.properties @@ -200,4 +200,7 @@ policyAdapter.impl.className = org.onap.policy.admin.PolicyAdapter #Micro Service Model Properties xacml.policy.msOnapName=http://org.onap -xacml.policy.msPolicyName=http://org.onap.policy
\ No newline at end of file +xacml.policy.msPolicyName=http://org.onap.policy + +#Size limit (in bytes) for file uploads +file.size.limit=30000000
\ No newline at end of file |