From fd3775fba21e86c5f024fd7c7646a7f43837e392 Mon Sep 17 00:00:00 2001 From: DGAlexandru Date: Tue, 5 Nov 2024 23:23:39 +0200 Subject: [PATCH] keep pool.ntp.org as default --- backend/lib/Configuration.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/lib/Configuration.js b/backend/lib/Configuration.js index 0ce4aad..5cd03eb 100644 --- a/backend/lib/Configuration.js +++ b/backend/lib/Configuration.js @@ -85,7 +85,7 @@ class Configuration { // BEGIN migration code to be removed with the next version if (parsedConfig.ntpClient.server === "pool.ntp.org") { - parsedConfig.ntpClient.server = "NoCloud.pool.ntp.org"; + parsedConfig.ntpClient.server = "pool.ntp.org"; // NoCloud sticks to the global one } // END migration code to be removed with the next version