Local Document Storage
The local document storage stores the files in the local file system. The root path will be calculated out of Data.Directory from ivy.yaml.
Template
1# yaml-language-server: $schema=https://json-schema.axonivy.com/ivy/12.0.11/ivy.json
2SecuritySystems:
3 default:
4 DocumentStorage:
5 Name: local
6 Config:
7 #UseLegacyPath: true
Reference
1# The local document storage stores the files in the local file system.
2# The root path will be calculated out of `Data.Directory` in ivy.yaml.
3#
4# For the legacy file structure you can enable UseLegacyPath by setting this
5# property to true.
6#
7# You need to manually move all files to the new place if you change this
8# property on a productive system.
9UseLegacyPath: false
Note
Working with local files only works with Cluster (since 12.0.9) if you share the same root directory for all cluster nodes. In the case of a cluster, you should go with S3 Document Storage.