mirror of
https://github.com/elyby/accounts.git
synced 2024-12-03 04:01:03 +05:30
11 lines
222 B
PHP
11 lines
222 B
PHP
<?php
|
|
return [
|
|
'admin-ely' => [
|
|
'id' => 1,
|
|
'owner_type' => 'user',
|
|
'owner_id' => 1,
|
|
'client_id' => 'ely',
|
|
'client_redirect_uri' => 'http://ely.by/authorization/oauth',
|
|
],
|
|
];
|