{ "strusCms" : { "script" : "/strusCms", "media" : "/media", "db_connection" : "sqlite3:db=./storage/db/strusCms.db;@pool_size=16", "mail" : { "server" : "smtp.andreasbaumann.cc", "port" : 25, "username" : "struscms", "password" : "xx", "from" : "no-reply@andreasbaumann.cc" } }, "service" : { "api" : "http", "ip" : "0.0.0.0", "port" : 8080 }, "http" : { "script" : "/strusCms" }, "views" : { "paths" : [ "." ], "skins" : [ "view" ] }, "security" : { "csrf" : { "enable" : true } }, "session" : { "expire" : "browser", "location" : "client", "client" : { "hmac" : "sha1", "hmac_key" : "6fe0b96a8c5ddcb8af8c377f1d3981549d4bd5c3" } } }