X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=sklad.conf.php.example;h=cf6f46f4df26d1480ba79d736756c5855ddb462d;hb=HEAD;hp=6fa48cdb03b32a3c805e35de21885a3046e5fe2b;hpb=cdfce7c291830a69e3e91aac21f75c4fd3f09448;p=mirrors%2FSokoMan.git diff --git a/sklad.conf.php.example b/sklad.conf.php.example index 6fa48cd..cf6f46f 100755 --- a/sklad.conf.php.example +++ b/sklad.conf.php.example @@ -1,17 +1,37 @@ DB_PASS +define('BACKEND_AUTH', 'internal'); +define('BACKEND_ACCOUNTING', 'internal'); + +define('LOCALE_LANG', 'en'); + +define('INSTANCE_ID', ''); + +define('FRONTEND_LISTING_LIMIT', 23); +define('FRONTEND_PAGE_WELCOME', ''); + +define('BARCODE_TYPE', 'code128b'); +define('BARCODE_PREFIX', 'STORE/'); + +$internal_auth_users = array( //You can specify multiple users in this array + //'username' => array('password', 'uid','gid'), + DB_USER => array(DB_PASS, 0,0) );