mirror of
https://gh.wpcy.net/https://github.com/rilustrisimo/freescout-support.git
synced 2026-04-26 14:02:20 +08:00
7 lines
162 B
PHP
7 lines
162 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => 'ApiWebhooks',
|
|
'api_key_salt' => env('APIWEBHOOKS_API_KEY_SALT', ''),
|
|
'cors_hosts' => env('APIWEBHOOKS_CORS_HOSTS', ''),
|
|
];
|