mirror of
https://github.com/anikeen-com/id.git
synced 2026-03-14 22:26:14 +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'),
|
|
]; |