Use Dokploy projects in dashboard widget
This commit is contained in:
@@ -8,5 +8,6 @@ return [
|
||||
],
|
||||
'web_url' => env('DOKPLOY_WEB_URL'),
|
||||
'applications' => json_decode(env('DOKPLOY_APPLICATION_IDS', '{}'), true) ?? [],
|
||||
'projects' => json_decode(env('DOKPLOY_PROJECT_IDS', '{}'), true) ?? [],
|
||||
'composes' => json_decode(env('DOKPLOY_COMPOSE_IDS', '{}'), true) ?? [],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user