freescout-openid/Config/config.php
Khazhinov Vladislav a3eacaccc6 Init repo
2024-05-30 23:33:52 +03:00

15 lines
444 B
PHP

<?php
return [
'name' => 'OpenID',
'options' => [
'active' => ['default' => 'off'],
'client_id' => ['default' => 'freescout'],
'client_secret' => ['default' => ''],
'auth_url' => ['default' => 'https://'],
'token_url' => ['default' => 'https://'],
'user_url' => ['default' => 'https://'],
'scope' => ['default' => 'openid'],
'mailbox_ids' => ['default' => ''],
],
];