From 58a5fdcf3e98ba40b75ca53c4cf2cd346b7c3b7c Mon Sep 17 00:00:00 2001 From: Lukas Polak Date: Wed, 23 Oct 2024 19:53:25 +0200 Subject: [PATCH] Revert proxy-service --- frontend/server/configuration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/server/configuration.js b/frontend/server/configuration.js index 6e2884d..c02ed6f 100644 --- a/frontend/server/configuration.js +++ b/frontend/server/configuration.js @@ -7,5 +7,5 @@ module.exports = { //"proxy-directory": "../../data/database/", // Use the option bellow to proxy commands to task runner instance. // This allows you to run tasks or connect to existing instance (https://prankweb.cz). - "proxy-service": "http://localhost:8020", + "proxy-service": "https://prankweb.cz", };