add flutter
This commit is contained in:
Regular → Executable
Regular → Executable
+13
-6
@@ -22,6 +22,8 @@ defined('BASEPATH') or exit('No direct script access allowed');
|
||||
| If you need to allow multiple domains, remember that this file is still
|
||||
| a PHP script and you can easily do that on your own.
|
||||
|
|
||||
|
|
||||
| Test backend API: apitest.semestaterpadu.my.id
|
||||
*/
|
||||
$config['base_url'] = 'https://apitest.semestaterpadu.my.id/';
|
||||
|
||||
@@ -30,11 +32,16 @@ $config['base_url'] = 'https://apitest.semestaterpadu.my.id/';
|
||||
| API keys & external services (edit values here)
|
||||
|--------------------------------------------------------------------------
|
||||
*/
|
||||
$config['google_maps_api_key'] = '';
|
||||
$config['firebase_db_url'] = 'https://project-on-time-apps-default-rtdb.firebaseio.com/';
|
||||
$config['fcm_project_id'] = '';
|
||||
$config['google_maps_api_key'] = 'AIzaSyB-g7AdE_hmuDjv7GMMPbrfT0N36yR3N7o';
|
||||
$config['firebase_db_url'] = 'https://ngojol-trial-default-rtdb.firebaseio.com/';
|
||||
// Firebase / FCM HTTP v1 service account configuration.
|
||||
// Project id from ngojol-trial-firebase-adminsdk JSON.
|
||||
$config['fcm_project_id'] = 'ngojol-trial';
|
||||
// Prefer using a credentials file path rather than inlining JSON here.
|
||||
// The JSON file is stored at backendpanel/ngojol-trial-firebase-adminsdk-lc81n-00c9e935db.json
|
||||
// and will be read by fcm_v1_helper via FCM_CREDENTIALS_PATH.
|
||||
$config['fcm_credentials_json'] = '';
|
||||
$config['fcm_credentials_path'] = '';
|
||||
$config['fcm_credentials_path'] = FCPATH . 'ngojol-trial-firebase-adminsdk-lc81n-00c9e935db.json';
|
||||
$config['fcm_limit_per_hour'] = 100;
|
||||
$config['fcm_limit_per_day'] = 500;
|
||||
$config['maps_limit_per_hour'] = 1000;
|
||||
@@ -182,7 +189,7 @@ $config['composer_autoload'] = FALSE;
|
||||
| Leave blank to allow all characters -- but only if you are insane.
|
||||
|
|
||||
| The configured value is actually a regular expression character group
|
||||
| and it will be executed as: ! preg_match('/^[<permitted_uri_chars>]+$/i
|
||||
| and it will be executed as: ! preg_match('/^[permitted_uri_chars]+$/i
|
||||
|
|
||||
| DO NOT CHANGE THIS UNLESS YOU FULLY UNDERSTAND THE REPERCUSSIONS!!
|
||||
|
|
||||
@@ -252,7 +259,7 @@ $config['allow_get_array'] = TRUE;
|
||||
| your log files will fill up very fast.
|
||||
|
|
||||
*/
|
||||
$config['log_threshold'] = 0;
|
||||
$config['log_threshold'] = 2;
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
||||
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Reference in New Issue
Block a user