mirror of
https://github.com/anikeen-com/id.git
synced 2026-03-17 23:56:12 +00:00
first commit
This commit is contained in:
8
config/anikeen-id.php
Normal file
8
config/anikeen-id.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'client_key' => env('ANIKEEN_ID_KEY'),
|
||||
'client_secret' => env('ANIKEEN_ID_SECRET'),
|
||||
'redirect_url' => env('ANIKEEN_ID_REDIRECT_URI'),
|
||||
'base_url' => env('ANIKEEN_ID_BASE_URL'),
|
||||
];
|
||||
Reference in New Issue
Block a user