diff options
| author | Andrew Branson <andrew@andrewbranson.net> | 2011-06-21 15:46:02 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew@andrewbranson.net> | 2011-06-21 15:46:02 +0200 |
| commit | 254ee6f47eebfc00462c10756a92066e82cc1a96 (patch) | |
| tree | 8273ff95c704e6faa3f92b4711253427b9ba0481 /bin/conf | |
Initial commit2.2
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
|
