mirror of
https://github.com/bitinflow/accounts.git
synced 2026-03-13 21:45:52 +00:00
8 lines
267 B
PHP
8 lines
267 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', ''),
|
|
]; |