The FileManager service needs the following configuration properties:
| Config property | Example Value |
| org.astrogrid.filemanager.service.name | org.astrogrid.filemanager |
| org.astrogrid.filemanager.service.ivorn | ivo://org.astrogrid.example/filemanager |
| org.astrogrid.filemanager.filestore.ivorn | ivo://org.astrogrid.example/filestore |
| org.astrogrid.filemanager.basedir | /var/astrogrid/filemanager/data |
| org.astrogrid.registry.query.endpoint | http://example.astrogrid.org:8080/registry/services/RegistryQuery |
This property is used to set the name prefix used to load the rest of the configuration properties.
This is primarily used for test environments. In a live system, this should be set to org.astrogrid.filemanager.
In order to generate identifiers for the metadata nodes, FileManager needs to know the the registry identifier for this service.
This should be set to the full ivo://authority/resource identifier for this service.
The FileManager service needs to know the identifier of at least one FileStore service.
This will be used as the default if a client request does not specify a specific location.
This should be set to the full ivo://authority/resource identifier of the FileStore service.