Services/Arcane: Fix URLs

This commit is contained in:
2026-07-02 16:53:47 +02:00
parent 9cbf83f17b
commit 09b988899e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ in {
];
environment = {
MANAGER_API_URL = "https://arcane.think.chriphost.de";
MANAGER_API_URL = "https://arcane.local.chriphost.de";
AGENT_MODE = true;
EDGE_TRANSPORT = "poll";