summaryrefslogtreecommitdiff
path: root/www-apps/liquid_feedback_frontend/files/myconfig.lua
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-08-11 00:33:31 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-08-11 00:33:31 +0100
commitff5dd7b3704b9e8f9f606d4929f95694ec84ddf3 (patch)
tree393b3bd8a65eb3ec464babab42da8d9ec88851c3 /www-apps/liquid_feedback_frontend/files/myconfig.lua
parent4c05e04608db666140daaa94499f5f90521a2cc4 (diff)
cleanup
Diffstat (limited to 'www-apps/liquid_feedback_frontend/files/myconfig.lua')
-rw-r--r--www-apps/liquid_feedback_frontend/files/myconfig.lua29
1 files changed, 0 insertions, 29 deletions
diff --git a/www-apps/liquid_feedback_frontend/files/myconfig.lua b/www-apps/liquid_feedback_frontend/files/myconfig.lua
deleted file mode 100644
index 19c259cd..00000000
--- a/www-apps/liquid_feedback_frontend/files/myconfig.lua
+++ /dev/null
@@ -1,29 +0,0 @@
-config.absolute_base_url = "https://lqfb.example.com/lf"
-config.instance_name = "lf"
-config.database = { engine='postgresql', dbname='liquid_feedback', user='liquid_feedback', password='xxx'}
-config.enable_debug_trace = true
-
-execute.config("init")
-
-config.formatting_engine_executeables = {
- rocketwiki= "rocketwiki-lqfb",
- compat = "rocketwiki-lqfb-compat"
-}
-
--- Checkbox(es) the user has to accept while registering
---
---
-----
---------------------------------------------------------------------------
-config.use_terms_checkboxes = {
- {
- name = "terms_of_use_v1",
- html = "I accept the terms of use.",
- not_accepted_error = "You have to accept the terms of use to be able to regi ster."
- },
--- {
--- name = "extra_terms_of_use_v1",
--- html = "I accept the extra terms of use.",
--- not_accepted_error = "You have to accept the extra terms of use to be able to register."
--- }
-}