diff --git a/config.js b/config.js index e5105f2..8f4118c 100644 --- a/config.js +++ b/config.js @@ -1,6 +1,6 @@ module.exports = { "platform": "gitea", - "endpoint": "https://git.akumatic.eu/api/v1", // replace it with your actual endpoint + "endpoint": "http://server:3000/api/v1", "username": "renovate-bot", "gitAuthor": "Renovate ", "autodiscover": true,