freescout/modules/OAuth/Config/config.php

14 lines
354 B
PHP
Raw Normal View History

2024-02-01 13:20:10 +00:00
<?php
return [
'name' => 'OAuth',
'options' => [
'active' => ['default' => 'off'],
'client_id' => ['default' => 'freescout'],
'client_secret' => ['default' => ''],
'auth_url' => ['default' => 'https://'],
'token_url' => ['default' => 'https://'],
'user_url' => ['default' => 'https://']
],
];