Skip to content
This repository was archived by the owner on Jan 5, 2023. It is now read-only.

Commit 19a5b89

Browse files
author
Mateusz Gostański
committed
Refactored config
1 parent 7c51fc9 commit 19a5b89

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

config/config.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
* You can place your custom package configuration in here.
55
*/
66
return [
7-
'base_url' => env('API_BASE_URL'),
8-
'client_key' => env('API_CLIENT_KEY'),
9-
'client_id' => env('API_CLIENT_ID'),
10-
'oauth' => env('API_OAUTH'),
11-
'logging' => env('API_ERROR_LOGGING', true),
7+
'logging' => env('API_ERROR_LOGGING', false),
128
'log_channel' => env('API_ERROR_LOG_CHANNEL', 'api-client'),
139
];

0 commit comments

Comments
 (0)