new-admin-api/vendor/fadada/fasc-openapi-php-sdk/api_config.php

13 lines
230 B
PHP

<?php
return [
'service_url' => 'https://api.fadada.com/api/v5/',
'app_id' => 'Please replace with your app_id',
'app_secret' => 'Please replace with your app_secret',
'debug' => false,
'time_out' => 60
];