// *************************************************
// Production Server

MLY_SERVER = "lo-f.at";

MLY_LOGIN_BASEURI   = MLY_SERVER + "/lfblog/";
MLY_LOGIN_STYLEURI  = MLY_LOGIN_BASEURI + "styles/";
MLY_LOGIN_TAGID     = "login";
MLY_LOGIN_AUTHURI   = "/auth/";

MLY_BLOG_BASEURI    = MLY_SERVER + "/glahn/blog/";
MLY_BLOG_STYLEURI   = MLY_SERVER + "/lfblog/styles/";
MLY_BLOG_IMAGEURI   = "/images/";
