mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-23 05:27:59 +01:00
11 lines
143 B
PHP
11 lines
143 B
PHP
|
<?php
|
||
|
return [
|
||
|
'version' => 1,
|
||
|
'urls' => [
|
||
|
'api' => '',
|
||
|
'auth' => '',
|
||
|
'token' => ''
|
||
|
],
|
||
|
'client_id' => 0,
|
||
|
'secret' => ''
|
||
|
];
|