Fix setup command issues

This commit is contained in:
Dane Everitt 2017-11-04 16:27:15 -05:00
parent df9d746b4b
commit 69cd330eb8
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
4 changed files with 7 additions and 5 deletions

View file

@ -11,7 +11,7 @@ return [
| standard Pterodactyl shipped services.
*/
'service' => [
'author' => env('SERVICE_AUTHOR', 'unknown@unknown.com'),
'author' => env('APP_SERVICE_AUTHOR', 'unknown@unknown.com'),
],
/*