diff Resources/Configuration.json @ 12:c38716a8a146

static link against MSVC CRT
author Administrator@jodogne-w01
date Fri, 20 Jul 2012 12:14:01 +0200
parents 3959d33612cc
children 62bd05fe4b7c
line wrap: on
line diff
--- a/Resources/Configuration.json	Fri Jul 20 11:46:52 2012 +0200
+++ b/Resources/Configuration.json	Fri Jul 20 12:14:01 2012 +0200
@@ -1,11 +1,12 @@
-{
-    "HttpPort" : 8000,
-
-    "DicomAet" : "ANY-SCP",
-    "DicomPort" : 4242,
-    "DicomModalities" : {
-    },
-
-    "PalantirPeers" : {
-    }
-}
+{
+    "StorageDirectory" : "PalantirStorage",
+    "HttpPort" : 8000,
+
+    "DicomAet" : "ANY-SCP",
+    "DicomPort" : 4242,
+    "DicomModalities" : {
+    },
+
+    "PalantirPeers" : {
+    }
+}