mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2024-11-24 14:08:00 +01:00
Fix config for register redirections
This commit is contained in:
parent
a0c68a9a6f
commit
96f1317943
1 changed files with 4 additions and 1 deletions
|
@ -1,5 +1,8 @@
|
||||||
<?php
|
<?php
|
||||||
return [
|
return [
|
||||||
'client_id' => env('PONI_CLIENT_ID'),
|
'client_id' => env('PONI_CLIENT_ID'),
|
||||||
'secret' => env('PONI_CLIENT_SECRET')
|
'secret' => env('PONI_CLIENT_SECRET'),
|
||||||
|
'urls' => [
|
||||||
|
'register' => 'https://poniverse.net/register',
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in a new issue