mirror of
https://github.com/MrUnknownDE/panel.git
synced 2026-04-17 13:53:45 +02:00
Refactor startup modification and environment variable services
Better setup, more flexibility, more tests.
This commit is contained in:
@@ -184,4 +184,19 @@ return [
|
||||
'daemon/*',
|
||||
'remote/*',
|
||||
],
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
| Dynamic Environment Variables
|
||||
|--------------------------------------------------------------------------
|
||||
|
|
||||
| Place dynamic environment variables here that should be auto-appended
|
||||
| to server environment fields when the server is created or updated.
|
||||
|
|
||||
| Items should be in 'key' => 'value' format, where key is the environment
|
||||
| variable name, and value is the server-object key. For example:
|
||||
|
|
||||
| 'P_SERVER_CREATED_AT' => 'created_at'
|
||||
*/
|
||||
'environment_variables' => [],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user