# HG changeset patch # User bsw # Date 1340898902 -7200 # Node ID 92da28b31fd34ebd4b5cacb3bdacedf3834d9dad # Parent 9d104952554af73eeddd72966539f6513c86550e Added rocketwiki executeable to config again diff -r 9d104952554a -r 92da28b31fd3 config/example.lua --- a/config/example.lua Thu Jun 28 17:32:48 2012 +0200 +++ b/config/example.lua Thu Jun 28 17:55:02 2012 +0200 @@ -24,6 +24,13 @@ -- not_accepted_error = "You have to accept the extra terms of use to be able to register." -- } } + +-- Location of the rocketwiki binaries +-- ------------------------------------------------------------------------ +config.formatting_engine_executeables = { + rocketwiki= "/opt/rocketwiki-lqfb/rocketwiki-lqfb", + compat = "/opt/rocketwiki-lqfb/rocketwiki-lqfb-compat" +} -- ======================================================================== -- Optional config options