Files
dots-bot-api/config/dotsapi.php
T

25 lines
586 B
PHP

<?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'),
];