This commit is contained in:
Paminger
2016-04-11 14:20:33 +02:00
parent d952087979
commit df889c235b
2 changed files with 6 additions and 4 deletions
+3 -2
View File
@@ -126,7 +126,8 @@ $config['rest_auth'] = 'basic';
| Note: If 'rest_auth' is set to 'session' then change 'auth_source' to the name of the session variable
|
*/
$config['auth_source'] = 'RestAPISession';
//$config['auth_source'] = 'RestAPISession';
$config['auth_source'] = 'library';
/*
|--------------------------------------------------------------------------
@@ -301,7 +302,7 @@ $config['rest_keys_table'] = 'ci_apikey';
| ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
|
*/
$config['rest_enable_keys'] = FALSE;
$config['rest_enable_keys'] = TRUE;
/*
|--------------------------------------------------------------------------