You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
483 B

2 days ago
<?php
return [
/*
|--------------------------------------------------------------------------
| 苏州科技商学院wx.sstbc.com课程同步
|--------------------------------------------------------------------------
*/
'base_url' => env('SSTBC_API_BASE_URL', 'https://wx.sstbc.com'),
'username' => env('SSTBC_API_USERNAME'),
'password' => env('SSTBC_API_PASSWORD'),
'http_timeout_seconds' => (int) env('SSTBC_HTTP_TIMEOUT', 30),
];