server/serverconfig.py
branchstable
changeset 5059 1d5c81588144
parent 5043 fe52dd3936cf
child 5323 329b4f6d18b4
child 5326 0d9054eb3bd1
--- a/server/serverconfig.py	Mon Mar 29 13:26:20 2010 +0200
+++ b/server/serverconfig.py	Mon Mar 29 13:28:41 2010 +0200
@@ -141,6 +141,14 @@
 kept (hence undoable).',
           'group': 'main', 'inputlevel': 1,
           }),
+        ('multi-sources-etypes',
+         {'type' : 'csv', 'default': (),
+          'help': 'defines which entity types from this repository are used \
+by some other instances. You should set this properly so those instances to \
+detect updates / deletions.',
+          'group': 'main', 'inputlevel': 1,
+          }),
+
         ('delay-full-text-indexation',
          {'type' : 'yn', 'default': False,
           'help': 'When full text indexation of entity has a too important cost'