test activation
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
<?php defined('BASEPATH') OR exit('No direct script access allowed');
|
||||
<?php
|
||||
|
||||
defined('BASEPATH') or exit('No direct script access allowed');
|
||||
|
||||
/**
|
||||
* API Key Header Name
|
||||
@@ -19,9 +21,9 @@ $config['api_key_post_name'] = 'key';
|
||||
|
||||
|
||||
/**
|
||||
* Set API Timezone
|
||||
* Set API Timezone
|
||||
*/
|
||||
$config['api_timezone'] = 'Europe/London';
|
||||
$config['api_timezone'] = 'Europe/Amsterdam';
|
||||
|
||||
|
||||
/**
|
||||
@@ -30,7 +32,7 @@ $config['api_timezone'] = 'Europe/London';
|
||||
$config['api_limit_table_name'] = 'api_usage_logs';
|
||||
|
||||
/**
|
||||
* API keys database table name
|
||||
* API keys database table name
|
||||
*/
|
||||
$config['api_keys_table_name'] = 'user_api';
|
||||
|
||||
@@ -40,4 +42,4 @@ $config['api_keys_table_name'] = 'user_api';
|
||||
* Example: [100, 'ip', 60] = 100 requests per IP per 60 minutes
|
||||
* Set to false to disable default rate limiting
|
||||
*/
|
||||
$config['api_default_limit'] = [100, 'ip', 60];
|
||||
$config['api_default_limit'] = [100, 'ip', 60];
|
||||
|
||||
Reference in New Issue
Block a user