mirror of
https://github.com/bitinflow/accounts.git
synced 2026-03-13 13:35:52 +00:00
9 lines
242 B
PHP
9 lines
242 B
PHP
<?php
|
|
|
|
return [
|
|
'client_id' => env('BITINFLOW_ACCOUNTS_KEY'),
|
|
'client_secret' => env('BITINFLOW_ACCOUNTS_SECRET'),
|
|
'redirect_url' => env('BITINFLOW_ACCOUNTS_REDIRECT_URI'),
|
|
'base_url' => env('BITINFLOW_ACCOUNTS_BASE_URI'),
|
|
];
|