Added default database values to the config-sample.php
This commit is contained in:
parent
59eb0058a1
commit
7289c7c39a
1 changed files with 4 additions and 4 deletions
|
@ -38,10 +38,10 @@ class Config {
|
|||
// DATABASE SETTINGS
|
||||
// ------------------------------------------------------------------------
|
||||
|
||||
const DB_HOST = '';
|
||||
const DB_NAME = '';
|
||||
const DB_USERNAME = '';
|
||||
const DB_PASSWORD = '';
|
||||
const DB_HOST = 'localhost';
|
||||
const DB_NAME = 'easyappointments';
|
||||
const DB_USERNAME = 'root';
|
||||
const DB_PASSWORD = 'root';
|
||||
|
||||
// ------------------------------------------------------------------------
|
||||
// GOOGLE CALENDAR SYNC
|
||||
|
|
Loading…
Reference in a new issue