From: Vásáry Dániel Date: Mon, 29 Jul 2019 14:46:24 +0000 (+0000) Subject: git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube... X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=ffb82b638d4c7c82f6b895d13bf07f68151a3567;p=mediacube.git git-tfs-id: [tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C31465 --- diff --git a/server/-configuration/maestro.json b/server/-configuration/maestro.json new file mode 100644 index 00000000..8cc59fcf --- /dev/null +++ b/server/-configuration/maestro.json @@ -0,0 +1,26 @@ +{ + "sourceStoreUri": { + "protocol": "LOCAL", + "uri": "c:/temp" + }, + "targets": + [ + { + "name": "name1", + "storeUri": { + "protocol": "LOCAL", + "uri": "c:/temp1" + } + }, + { + "name": "name2", + "storeUri": { + "protocol": "LOCAL", + "uri": "c:/temp2" + } + } + ] +} + + +