Added default database values to the config-sample.php

This commit is contained in:
Alex Tselegidis 2020-04-08 13:36:38 +02:00
parent 59eb0058a1
commit 7289c7c39a
1 changed files with 4 additions and 4 deletions

View File

@ -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