parent
1dcf619555
commit
49f7f06e66
@ -0,0 +1,24 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Dots Platform API Configuration
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| This file is for storing the credentials for the Dots Platform API.
|
||||
| The file provides information about the keys to access the API.
|
||||
|
|
||||
*/
|
||||
|
||||
'base_url' => env('DOTS_BASE_URL'),
|
||||
|
||||
'api_token' => env('DOTS_API_TOKEN'),
|
||||
|
||||
'api_account_token' => env('DOTS_API_ACCOUNT_TOKEN'),
|
||||
|
||||
'api_auth_token' => env('DOTS_API_AUTH_TOKEN'),
|
||||
|
||||
];
|
||||
|
Loading…
Reference in new issue