Skip to content

Commit

Permalink
OOPS
Browse files Browse the repository at this point in the history
  • Loading branch information
jcchikikomori committed Mar 17, 2017
1 parent 046776a commit cb042c4
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions configs/system.php.example
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,3 @@
* Environment. Details is on classes/Init.php
*/
define('ENVIRONMENT', 'development');

/**
* Configuration for: Database Connection
*
* DB_HOST: database host, usually it's "127.0.0.1" or "localhost", some servers also need port info
* DB_NAME: name of the database. please note: database and database table are not the same thing
* DB_USER: user for your database. the user needs to have rights for SELECT, UPDATE, DELETE and INSERT.
* DB_PASS: the password of the above user
* DB_PORT: database port
* DB_TYPE: database type. mysql is default
* DB_FILE: this is completely optional, unless you are gonna use SQLITE
*/
define("DB_HOST", "127.0.0.1");
define("DB_NAME", "myphp_db");
define("DB_USER", "root");
define("DB_PASS", "");
define("DB_PORT", 3306);
define("DB_TYPE", 'mysql');
define("DB_FILE", 'database.db'); // FOR SQLITE!!

0 comments on commit cb042c4

Please sign in to comment.