diff --git a/asset/negundo/js/debug.js b/asset/negundo/js/debug.js
index 4fb3f3e..6764e79 100644
--- a/asset/negundo/js/debug.js
+++ b/asset/negundo/js/debug.js
@@ -82,4 +82,4 @@ class ErrorHandler {
})
}).then(response => response.json()).then(console.info);
}
-}
+}
\ No newline at end of file
diff --git a/meta/negundo.php b/meta/negundo.php
index ebc6d60..e7bdf2b 100644
--- a/meta/negundo.php
+++ b/meta/negundo.php
@@ -5,7 +5,7 @@ use function DI\autowire, DI\create, DI\get;
use Negundo\Client\{ SoftwareConfig, Dump, Task, NegundoMiddleware };
return [
- SoftwareConfig::class => create(SoftwareConfig::class)->constructor(getenvonce('NEGUNDO_HASH'), getenvonce('NEGUNDO_SERVER')),
+ SoftwareConfig::class => create(SoftwareConfig::class)->constructor(getenvonce('NEGUNDO_SERVER'), getenvonce('NEGUNDO_HASH')),
NegundoMiddleware::class => autowire(NegundoMiddleware::class),
Dump::class => autowire(Dump::class),
Task::class => autowire(Task::class),
diff --git a/view/negundo/client_bugs.phtml b/view/negundo/client_bugs.phtml
index 2b5d110..550120e 100644
--- a/view/negundo/client_bugs.phtml
+++ b/view/negundo/client_bugs.phtml
@@ -1,8 +1,10 @@
+{% php $softwareConfig = di_get(\Negundo\Client\SoftwareConfig::class) %}
+
\ No newline at end of file