Pony.fm/config/poniverse.php

6 lines
102 B
PHP
Raw Normal View History

<?php
return [
2015-10-25 03:35:37 +01:00
'client_id' => env('PONI_CLIENT_ID'),
'secret' => env('PONI_CLIENT_SECRET')
];