From 6baf9d1735dc84291d997e57d89ddcb622d85a6d Mon Sep 17 00:00:00 2001 From: Alex Tselegidis Date: Mon, 13 Apr 2015 19:30:47 +0200 Subject: [PATCH] Re-inserted google sync settings in config.php --- src/config-sample.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/config-sample.php b/src/config-sample.php index bb1d75e3..5e782721 100644 --- a/src/config-sample.php +++ b/src/config-sample.php @@ -36,6 +36,15 @@ class Config { const DB_USERNAME = ''; const DB_PASSWORD = ''; const TABLE_PREFIX = ''; + + // ------------------------------------------------------------------------ + // Google Calendar Sync + // ------------------------------------------------------------------------ + const GOOGLE_SYNC_FEATURE = FALSE; // Enter TRUE or FALSE + const GOOGLE_PRODUCT_NAME = ''; + const GOOGLE_CLIENT_ID = ''; + const GOOGLE_CLIENT_SECRET = ''; + const GOOGLE_API_KEY = ''; } /* End of file config.php */ /* Location: ./config.php */ \ No newline at end of file