mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-23 13:37:59 +01:00
12 lines
No EOL
383 B
PHP
12 lines
No EOL
383 B
PHP
<?php
|
|
return [
|
|
'version' => 1,
|
|
'urls' => [
|
|
'api' => 'https://api.poniverse.net/v1/',
|
|
'register' => 'https://poniverse.net/register?site=pony.fm',
|
|
'auth' => 'https://poniverse.net/oauth/authorize',
|
|
'token' => 'https://poniverse.net/oauth/access_token'
|
|
],
|
|
'client_id' => 'AAopdYDbn6JarV0Wo025gYQNxS1VXcj8GCa0raSC',
|
|
'secret' => 'cxlA1jgGRZEPp8hg4VNB5v2gx7aY6DUtJSwUUHzT'
|
|
]; |