admin widget zu dokploy geswitched
This commit is contained in:
11
config/dokploy.php
Normal file
11
config/dokploy.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'api' => [
|
||||
'base_url' => rtrim(env('DOKPLOY_API_BASE_URL', ''), '/'),
|
||||
'token' => env('DOKPLOY_API_KEY'),
|
||||
'timeout' => (int) env('DOKPLOY_API_TIMEOUT', 10),
|
||||
],
|
||||
'web_url' => env('DOKPLOY_WEB_URL'),
|
||||
'applications' => json_decode(env('DOKPLOY_APPLICATION_IDS', '{}'), true) ?? [],
|
||||
];
|
||||
Reference in New Issue
Block a user