Push subuser creation service

This commit is contained in:
Dane Everitt
2017-08-23 21:34:11 -05:00
parent 2a5570877c
commit 74ea1aa0aa
23 changed files with 1077 additions and 229 deletions

View File

@@ -80,5 +80,5 @@ return [
|
*/
'prefix' => 'laravel',
'prefix' => 'pterodactyl',
];

View File

@@ -119,7 +119,7 @@ return [
| if panel is up to date.
*/
'cdn' => [
'cache' => 60,
'cache_time' => 60,
'url' => 'https://cdn.pterodactyl.io/releases/latest.json',
],