mirror of
https://github.com/anikeen-com/id.git
synced 2026-03-13 13:46:13 +00:00
8 lines
217 B
PHP
8 lines
217 B
PHP
<?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'),
|
|
]; |