Attempt to move Dbms handling into slave
[hcoop/domtool2.git] / configDefault / dbms.csg
diff --git a/configDefault/dbms.csg b/configDefault/dbms.csg
new file mode 100644 (file)
index 0000000..a9f05e2
--- /dev/null
@@ -0,0 +1,5 @@
+signature DBMS_CONFIG = sig
+
+    val dbmsNode : string
+
+end