liquid_feedback_frontend

changeset 1206:d361a7a03ac1 v3.0.8

Removed accidentially commited changes in configuration file
author bsw
date Sun Jul 12 20:54:10 2015 +0200 (2015-07-12)
parents 2f510599c12f
children 6e61349c76a9 24f4c23f76ff
files config/devel.lua config/example.lua
line diff
     1.1 --- a/config/devel.lua	Sun Jul 12 20:51:37 2015 +0200
     1.2 +++ b/config/devel.lua	Sun Jul 12 20:54:10 2015 +0200
     1.3 @@ -35,8 +35,7 @@
     1.4    
     1.5  -- Absolute base url of application
     1.6  -- ------------------------------------------------------------------------
     1.7 -config.absolute_base_url = "http://10.1.11.5:8080/"
     1.8 -config.localhost = false
     1.9 +config.absolute_base_url = "http://127.0.0.1:8080/"
    1.10  
    1.11  
    1.12  -- Connection information for the LiquidFeedback database
     2.1 --- a/config/example.lua	Sun Jul 12 20:51:37 2015 +0200
     2.2 +++ b/config/example.lua	Sun Jul 12 20:54:10 2015 +0200
     2.3 @@ -148,7 +148,7 @@
     2.4  -- Configuration of password hashing algorithm (defaults to "crypt_sha512")
     2.5  -- ------------------------------------------------------------------------
     2.6  -- config.password_hash_algorithm = "crypt_sha512"
     2.7 -config.password_hash_algorithm = "crypt_sha256"
     2.8 +-- config.password_hash_algorithm = "crypt_sha256"
     2.9  -- config.password_hash_algorithm = "crypt_md5"
    2.10  
    2.11  

Impressum / About Us