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, };