From ffb82b638d4c7c82f6b895d13bf07f68151a3567 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1s=C3=A1ry=20D=C3=A1niel?= Date: Mon, 29 Jul 2019 14:46:24 +0000 Subject: [PATCH] git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C31465 --- server/-configuration/maestro.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 server/-configuration/maestro.json 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" + } + } + ] +} + + + -- 2.54.0