Added Dots Platform API Configuration.

This commit is contained in:
2023-06-14 13:46:56 +03:00
parent 1dcf619555
commit 49f7f06e66
2 changed files with 30 additions and 0 deletions
+24
View File
@@ -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'),
];