diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-06-04 11:35:59 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-06-04 11:35:59 +0200 |
| commit | fa586c1d2b60ee2e3e202f91d58530de9796fc29 (patch) | |
| tree | 920b271c0fa3a00a5de64a3037b6a506960c796c | |
| parent | 3f973e1df59231ab908fadaf236a23e403f49a86 (diff) | |
Untrack conf files and add examples to avoid conflicts.
| -rw-r--r--[-rwxr-xr-x] | bin/conf/client.conf | 0 | ||||
| -rw-r--r-- | bin/conf/client.conf.example | 3 | ||||
| -rw-r--r--[-rwxr-xr-x] | bin/conf/server.conf | 0 | ||||
| -rw-r--r-- | bin/conf/server.conf.example | 4 |
4 files changed, 7 insertions, 0 deletions
diff --git a/bin/conf/client.conf b/bin/conf/client.conf index 3a77f04..3a77f04 100755..100644 --- a/bin/conf/client.conf +++ b/bin/conf/client.conf diff --git a/bin/conf/client.conf.example b/bin/conf/client.conf.example new file mode 100644 index 0000000..f054dc8 --- /dev/null +++ b/bin/conf/client.conf.example @@ -0,0 +1,3 @@ +LocalCentre=dev
+ClusterStorage=LDAPClientReader,ProxyLoader
+EnableItemErase=true
diff --git a/bin/conf/server.conf b/bin/conf/server.conf index f1b981b..f1b981b 100755..100644 --- a/bin/conf/server.conf +++ b/bin/conf/server.conf diff --git a/bin/conf/server.conf.example b/bin/conf/server.conf.example new file mode 100644 index 0000000..2e19619 --- /dev/null +++ b/bin/conf/server.conf.example @@ -0,0 +1,4 @@ +LocalCentre=dev
+ClusterStorage=LDAPClusterStorage,XMLClusterStorage
+XMLStorage.root=/path/to/xmldb/dir
+ItemServer.Console.allow=localhost
|
