Pony.fm/config/poniverse.php

5 lines
102 B
PHP

<?php
return [
'client_id' => env('PONI_CLIENT_ID'),
'secret' => env('PONI_CLIENT_SECRET')
];