diff --git a/config.inc.php b/config.inc.php index cb063da..d3acac1 100755 --- a/config.inc.php +++ b/config.inc.php @@ -9,12 +9,12 @@ define("THEME", "libreqr"); define("DEFAULT_LOCALE", "en"); // Will be printed at the bottom of the interface -define("CUSTOM_TEXT_ENABLED", false); -define("CUSTOM_TEXT", "This LibreQR instance is hosted by foo."); +define("CUSTOM_TEXT_ENABLED", "true"); +define("CUSTOM_TEXT", "nibbleqr is hosted by nibblegap.com."); // Default values define("DEFAULT_REDUNDANCY", "high"); -define("DEFAULT_MARGIN", 20); -define("DEFAULT_SIZE", 300); +define("DEFAULT_MARGIN", 2); +define("DEFAULT_SIZE", 100); define("DEFAULT_BGCOLOR", "FFFFFF"); -define("DEFAULT_FGCOLOR", "000000"); +define("DEFAULT_FGCOLOR", "000000"); \ No newline at end of file