From 7289c7c39a2010a82479bd438c03cecef13b3337 Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Wed, 8 Apr 2020 13:36:38 +0200 Subject: [PATCH] Added default database values to the config-sample.php --- config-sample.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config-sample.php b/config-sample.php index d5c4a81d..71e8f680 100644 --- a/config-sample.php +++ b/config-sample.php @@ -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