mirror of
https://github.com/bitinflow/accounts.git
synced 2026-03-17 15:35:53 +00:00
Initial commit
This commit is contained in:
7
config/bitinflow-accounts-api.php
Normal file
7
config/bitinflow-accounts-api.php
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'client_id' => env('BITINFLOW_ACCOUNTS_KEY', ''),
|
||||
'client_secret' => env('BITINFLOW_ACCOUNTS_SECRET', ''),
|
||||
'redirect_url' => env('BITINFLOW_ACCOUNTS_REDIRECT_URI', ''),
|
||||
];
|
||||
Reference in New Issue
Block a user