liquid_feedback_frontend
view config/development.lua @ 8:374bbc2ff102
Version beta4
Bug fixed, which made it impossible to explicitly become interested in a topic
Fixed positioning of dialog for entering a new suggestion
Display of 404 pages
Bug fixed, which made it impossible to explicitly become interested in a topic
Fixed positioning of dialog for entering a new suggestion
Display of 404 pages
| author | bsw | 
|---|---|
| date | Sat Jan 02 12:00:00 2010 +0100 (2010-01-02) | 
| parents | 8d91bccab0bf | 
| children | 72c5e0ee7c98 | 
 line source
     1 config.absolute_base_url = "http://10.8.33.34/lf/"
     3 execute.config("default")
     5 config.formatting_engine_executeables = {
     6   rocketwiki= "/opt/rocketwiki/rocketwiki-lqfb",
     7   compat = "/opt/rocketwiki/rocketwiki-lqfb-compat"
     8 }
    10 config.mail_from = "LiquidFeedback"
    11 config.mail_reply_to = "liquid-support@localhost"
