Fix config for register redirections

This commit is contained in:
Adam Lavin 2018-04-26 13:07:29 +01:00 committed by GitHub
parent a0c68a9a6f
commit 96f1317943
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,8 @@
<?php
return [
'client_id' => env('PONI_CLIENT_ID'),
'secret' => env('PONI_CLIENT_SECRET')
'secret' => env('PONI_CLIENT_SECRET'),
'urls' => [
'register' => 'https://poniverse.net/register',
],
];