liquid_feedback_frontend

changeset 1205:2f510599c12f

Going to version 3.0.8
author bsw
date Sun Jul 12 20:51:37 2015 +0200 (2015-07-12)
parents 6f2c0eb25773
children d361a7a03ac1
files config/devel.lua config/example.lua config/init.lua
line diff
     1.1 --- a/config/devel.lua	Sun Jul 12 20:49:47 2015 +0200
     1.2 +++ b/config/devel.lua	Sun Jul 12 20:51:37 2015 +0200
     1.3 @@ -35,7 +35,8 @@
     1.4    
     1.5  -- Absolute base url of application
     1.6  -- ------------------------------------------------------------------------
     1.7 -config.absolute_base_url = "http://127.0.0.1:8080/"
     1.8 +config.absolute_base_url = "http://10.1.11.5:8080/"
     1.9 +config.localhost = false
    1.10  
    1.11  
    1.12  -- Connection information for the LiquidFeedback database
     2.1 --- a/config/example.lua	Sun Jul 12 20:49:47 2015 +0200
     2.2 +++ b/config/example.lua	Sun Jul 12 20:51:37 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  
     3.1 --- a/config/init.lua	Sun Jul 12 20:49:47 2015 +0200
     3.2 +++ b/config/init.lua	Sun Jul 12 20:51:37 2015 +0200
     3.3 @@ -3,7 +3,7 @@
     3.4  -- (except when you really know what you are doing!)
     3.5  -- ========================================================================
     3.6  
     3.7 -config.app_version = "3.0.7"
     3.8 +config.app_version = "3.0.8"
     3.9  
    3.10  if not config.password_hash_algorithm then
    3.11    config.password_hash_algorithm = "crypt_sha512"

Impressum / About Us