liquid_feedback_frontend
diff config/development.lua @ 286:c587d8762e62
Registration process updated for Core 2.0, lockable member fields, notification settings
author | bsw |
---|---|
date | Sat Feb 25 11:51:37 2012 +0100 (2012-02-25) |
parents | d13b27a37ad5 |
children | 22e4e26717ac |
line diff
1.1 --- a/config/development.lua Fri Feb 17 15:16:02 2012 +0100 1.2 +++ b/config/development.lua Sat Feb 25 11:51:37 2012 +0100 1.3 @@ -1,4 +1,4 @@ 1.4 -config.absolute_base_url = "http://10.8.33.34/lf/" 1.5 +config.absolute_base_url = "http://10.1.11.5/lf/" 1.6 1.7 execute.config("default") 1.8 1.9 @@ -42,3 +42,11 @@ 1.10 -- "custom_script", 1.11 -- "document.getElementById('trace_show').onclick();" 1.12 --) 1.13 + 1.14 +config.etherpad = { 1.15 + base_url = "http://10.1.11.5:9001/", 1.16 + api_base = "http://127.0.0.1:9001/", 1.17 + api_key = "g5XAVrRb5EgPuEqIdVrRNt2Juipx3PoH", 1.18 + group_id = "g.7WDKN3StkEyuWkyN", 1.19 + cookie_path = "/" 1.20 +}