| # |
| # Licensed to the Apache Software Foundation (ASF) under one |
| # or more contributor license agreements. See the NOTICE file |
| # distributed with this work for additional information |
| # regarding copyright ownership. The ASF licenses this file |
| # to you under the Apache License, Version 2.0 (the |
| # "License"); you may not use this file except in compliance |
| # with the License. You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, |
| # software distributed under the License is distributed on an |
| # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| # KIND, either express or implied. See the License for the |
| # specific language governing permissions and limitations |
| # under the License. |
| # |
| |
| debug=false |
| |
| fineract.content.regex-whitelist-enabled=true |
| fineract.content.regex-whitelist=.*\\.pdf$,.*\\.doc,.*\\.docx,.*\\.xls,.*\\.xlsx,.*\\.jpg,.*\\.jpeg,.*\\.png |
| fineract.content.mime-whitelist-enabled=true |
| fineract.content.mime-whitelist=application/pdf,application/msword,application/vnd.openxmlformats-officedocument.wordprocessingml.document,application/vnd.ms-excel,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,image/jpeg,image/png |
| |
| fineract.content.filesystem.enabled=true |
| fineract.content.filesystem.rootFolder=build/.fineract |
| |
| fineract.content.s3.enabled=false |
| fineract.content.s3.bucketName= |
| fineract.content.s3.accessKey= |
| fineract.content.s3.secretKey= |
| fineract.content.s3.region= |
| fineract.content.s3.endpoint= |
| fineract.content.s3.path-style-addressing-enabled=false |