From 81d69e29e088c910b89d74d40bf3f8c31dd458e9 Mon Sep 17 00:00:00 2001 From: watson Date: Thu, 21 Aug 2025 22:28:57 +0200 Subject: [PATCH] Adjust e-mail, removed wrong syntax comments --- config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.js b/config.js index 3aada2f..6db9540 100644 --- a/config.js +++ b/config.js @@ -1,7 +1,7 @@ module.exports = { "endpoint": "https://git.octubre.be/api/v1", - "gitAuthor": "Renovater ", #change based on the address used for the account and name - "platform": "gitea", #this should be kept the same even for Forgejo. + "gitAuthor": "Renovater ", + "platform": "gitea", "autodiscover": true, "optimizeForDisabled": true, };