diff options
| author | Andrew Branson <andrew.branson@cern.ch> | 2012-07-25 16:26:49 +0200 |
|---|---|---|
| committer | Andrew Branson <andrew.branson@cern.ch> | 2012-07-25 16:26:49 +0200 |
| commit | d3b099dfc79602b9cfda125aaad39e6e6ae1b921 (patch) | |
| tree | b5388917539fa85dc84bc70cfb8487fe46161225 /bin | |
| parent | 63ab46b929f77345fc4b58a95bde3f4a1bf55a7e (diff) | |
Use Maven resource filtering for version string
Cleanup warnings
Rename demo instance to 'local' as cristal-dev now defines a server
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/conf/client.conf.example | 2 | ||||
| -rw-r--r-- | bin/conf/server.conf.example | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/conf/client.conf.example b/bin/conf/client.conf.example index f054dc8..e433c2e 100644 --- a/bin/conf/client.conf.example +++ b/bin/conf/client.conf.example @@ -1,3 +1,3 @@ -LocalCentre=dev
+LocalCentre=local
ClusterStorage=LDAPClientReader,ProxyLoader
EnableItemErase=true
diff --git a/bin/conf/server.conf.example b/bin/conf/server.conf.example index 2e19619..46136ef 100644 --- a/bin/conf/server.conf.example +++ b/bin/conf/server.conf.example @@ -1,4 +1,4 @@ -LocalCentre=dev
+LocalCentre=local
ClusterStorage=LDAPClusterStorage,XMLClusterStorage
XMLStorage.root=/path/to/xmldb/dir
ItemServer.Console.allow=localhost
|
