3commasWatch/config/user.php

8 lines
139 B
PHP

<?php
return [
'api_key_3commas' => env('API_KEY_3COMMAS', 'test'),
'api_secret_3commas' => env('API_SECRET_3COMMAS', 'test')
];