Add config.js

This commit is contained in:
Kars van Velzen 2025-08-21 21:17:40 +02:00
parent 58a07e0a4b
commit 453d2e25a3

7
config.js Normal file
View file

@ -0,0 +1,7 @@
module.exports = {
"endpoint": "https://git.octubre.be/api/v1",
"gitAuthor": "Renovater <renovate@yourdomain.com>", #change based on the address used for the account and name
"platform": "gitea", #this should be kept the same even for Forgejo.
"autodiscover": true,
"optimizeForDisabled": true,
};