Start push of service changes.
Changes the way service files are stored and allows for much easier updates in the future that won’t affect custom services. Also stores more configurations in the database to make life easier for everyone.
This commit is contained in:
parent
a5577f0afd
commit
70db461075
19 changed files with 1459 additions and 598 deletions
18
config/pterodactyl.php
Normal file
18
config/pterodactyl.php
Normal file
|
@ -0,0 +1,18 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Service Author
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Each panel installation is assigned a unique UUID to identify the
|
||||
| author of custom services, and make upgrades easier by identifying
|
||||
| standard Pterodactyl shipped services.
|
||||
*/
|
||||
'service' => [
|
||||
'author' => env('SERVICE_AUTHOR'),
|
||||
],
|
||||
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue