Erki Aas
7b5b15aebc
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
14 lines
354 B
PHP
Executable File
14 lines
354 B
PHP
Executable File
<?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://']
|
|
],
|
|
];
|