Adds merge parameters in configuration files.
authorStéphane Jacob <sj@m4x.org>
Fri, 15 Oct 2010 14:36:42 +0000 (16:36 +0200)
committerStéphane Jacob <sj@m4x.org>
Fri, 15 Oct 2010 14:36:42 +0000 (16:36 +0200)
Signed-off-by: Stéphane Jacob <sj@m4x.org>
configs/platal.ini

index a0cfbd1..a8cb4c2 100644 (file)
@@ -381,3 +381,10 @@ auth_baseurl = ""
 ; Domain address where the aliases containing the list of (non-)subscribers
 ; of an event are created.
 evts_domain  = ""
+
+; The merge section contains parameters about the merge's state.
+[Merge]
+
+; $globals->merge->state
+; Pending before the merge, done afterwards.
+state = "pending"