jm-castle-warehouse-server
v1.4.0
Published
This project contains the jm-castle-warehouse-server:
Downloads
7
Readme
Your home is your castle
This project contains the jm-castle-warehouse-server:
Updates
Version 1.2
Add a backup folder to your configuration file (on the top level):
{
"imageStore": { "...": "..." },
"systemBackupStore": {
"type": "file-system",
"path": "c:/castle-live/castle-warehouse-backup"
}
}
Add a folder for temporary files to your configuration file (on the top level):
{
"imageStore": { "...": "..." },
"tempStore": {
"type": "file-system",
"path": "c:/castle-live/castle-warehouse-temp"
}
}