12 lines
216 B
JavaScript
12 lines
216 B
JavaScript
module.exports = {
|
|
endpoint: 'https://gitea.kovagoadi.hu/',
|
|
platform: 'gitea',
|
|
onboardingConfig: {
|
|
extends: ['config:recommended'],
|
|
pinDigests: true,
|
|
},
|
|
autodiscover: true,
|
|
log_level: 'debug'
|
|
};
|
|
|