Skip to content

Commit

Permalink
Update vimbadmin.php
Browse files Browse the repository at this point in the history
  • Loading branch information
dpslwk authored Jan 11, 2021
1 parent b9f7af3 commit 90e9f33
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/vimbadmin.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
|
| Url to your vimbadmin-api endpoint
*/
'api_url' => env('VIMBADMIN_URL', 'http://vimbadmin-api.dev'),
'api_url' => env('VIMBADMIN_URL'),

/*
|--------------------------------------------------------------------------
Expand All @@ -17,8 +17,8 @@
|
| Your client id and secert are used to get osauth tokens
*/
'client_id' => env('VIMBADMIN_ID', ''),
'client_secret' => env('VIMBADMIN_SECRET', ''),
'client_id' => env('VIMBADMIN_ID'),
'client_secret' => env('VIMBADMIN_SECRET'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 90e9f33

Please sign in to comment.