# HG changeset patch # User bsw # Date 1436727250 -7200 # Node ID d361a7a03ac100ba347efb63157a08cead984bec # Parent 2f510599c12fa3763c8863cff682076e82623c9f Removed accidentially commited changes in configuration file diff -r 2f510599c12f -r d361a7a03ac1 config/devel.lua --- a/config/devel.lua Sun Jul 12 20:51:37 2015 +0200 +++ b/config/devel.lua Sun Jul 12 20:54:10 2015 +0200 @@ -35,8 +35,7 @@ -- Absolute base url of application -- ------------------------------------------------------------------------ -config.absolute_base_url = "http://10.1.11.5:8080/" -config.localhost = false +config.absolute_base_url = "http://127.0.0.1:8080/" -- Connection information for the LiquidFeedback database diff -r 2f510599c12f -r d361a7a03ac1 config/example.lua --- a/config/example.lua Sun Jul 12 20:51:37 2015 +0200 +++ b/config/example.lua Sun Jul 12 20:54:10 2015 +0200 @@ -148,7 +148,7 @@ -- Configuration of password hashing algorithm (defaults to "crypt_sha512") -- ------------------------------------------------------------------------ -- config.password_hash_algorithm = "crypt_sha512" -config.password_hash_algorithm = "crypt_sha256" +-- config.password_hash_algorithm = "crypt_sha256" -- config.password_hash_algorithm = "crypt_md5"