This commit is contained in:
17
application/config/google.php
Normal file
17
application/config/google.php
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Google Calendar - Internal Configuration
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Declare some of the global config values of the Google Calendar
|
||||
| synchronization feature.
|
||||
|
|
||||
*/
|
||||
|
||||
$config['google_sync_feature'] = Config::GOOGLE_SYNC_FEATURE;
|
||||
|
||||
$config['google_client_id'] = Config::GOOGLE_CLIENT_ID;
|
||||
|
||||
$config['google_client_secret'] = Config::GOOGLE_CLIENT_SECRET;
|
||||
Reference in New Issue
Block a user