Skip to content

Commit

Permalink
config revert
Browse files Browse the repository at this point in the history
  • Loading branch information
abolabo committed Oct 26, 2016
1 parent 3b4bbf4 commit aebf2cb
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions public_html/system/config.php
@@ -1,29 +1 @@
<?php
/**
AbanteCart, Ideal OpenSource Ecommerce Solution
http://www.AbanteCart.com
Copyright © 2011-2016 Belavier Commerce LLC
Released under the Open Software License (OSL 3.0)
*/

define('SERVER_NAME', 'localhost');
// Admin Section Configuration. You can change this value to any name. Will use ?s=name to access the admin
define('ADMIN_PATH', 'admin');

// Database Configuration
define('DB_DRIVER', 'amysqli');
define('DB_HOSTNAME', 'localhost');
define('DB_USERNAME', 'root');
define('DB_PASSWORD', 'abolabo');
define('DB_DATABASE', 'abc129');
define('DB_PREFIX', 'cba_');

define('CACHE_DRIVER', 'file');
// Unique AbanteCart store ID
define('UNIQUE_ID', '6b67fa1272a7c76e703a331fea04b2e3');
// Encryption key for protecting sensitive information. NOTE: Change of this key will cause a loss of all existing encrypted information!
define('ENCRYPTION_KEY', 'rJmtO5');

define('DEMO_MODE', '1');

0 comments on commit aebf2cb

Please sign in to comment.