mirror of
https://gh.wpcy.net/https://github.com/LumeWeb/freescout-enduserportal.git
synced 2026-04-18 07:32:23 +08:00
11 lines
412 B
PHP
11 lines
412 B
PHP
<?php
|
|
|
|
return [
|
|
'name' => 'EndUserPortal',
|
|
'options' => [
|
|
EndUserPortal::getPluginOption('portal_oauth_enabled') => ['default' => false],
|
|
EndUserPortal::getPluginOption('portal_server_url') => ['default' => ''],
|
|
EndUserPortal::getPluginOption('portal_client_id') => ['default' => ''],
|
|
EndUserPortal::getPluginOption('portal_client_secret') => ['default' => ''],
|
|
],
|
|
];
|