mirror of
https://github.com/elyby/accounts.git
synced 2024-10-31 07:53:02 +05:30
11 lines
215 B
PHP
11 lines
215 B
PHP
<?php
|
|
return [
|
|
'admin-test1' => [
|
|
'id' => 1,
|
|
'owner_type' => 'user',
|
|
'owner_id' => 1,
|
|
'client_id' => 'test1',
|
|
'client_redirect_uri' => 'http://test1.net/oauth',
|
|
],
|
|
];
|