diff options
Diffstat (limited to 'bin/conf')
| -rwxr-xr-x | bin/conf/client.conf | 3 | ||||
| -rwxr-xr-x | bin/conf/server.conf | 4 |
2 files changed, 7 insertions, 0 deletions
diff --git a/bin/conf/client.conf b/bin/conf/client.conf new file mode 100755 index 0000000..3a77f04 --- /dev/null +++ b/bin/conf/client.conf @@ -0,0 +1,3 @@ +LocalCentre=andy
+ClusterStorage=LDAPClientReader,ProxyLoader
+EnableItemErase=true
diff --git a/bin/conf/server.conf b/bin/conf/server.conf new file mode 100755 index 0000000..a5a99d4 --- /dev/null +++ b/bin/conf/server.conf @@ -0,0 +1,4 @@ +LocalCentre=andy
+ClusterStorage=LDAPClusterStorage,XMLClusterStorage
+XMLStorage.root=C:/Users/andrew/workspace/cristal-kernel/db
+ItemServer.Console.allow=localhost,andrew
|
