This commit is contained in:
Andras Bacsai
2023-05-26 12:04:44 +02:00
parent 19cefd9718
commit 948ec522b0
3 changed files with 6 additions and 5 deletions

View File

@@ -111,7 +111,7 @@ class Form extends Component
}
$yaml = Yaml::dump($traefik_dynamic_conf, 12, 2);
if (config('app.env') == 'local') {
dump($yaml);
// dump($yaml);
}
$base64 = base64_encode($yaml);
remote_process([