7 lines
189 B
JavaScript
7 lines
189 B
JavaScript
|
|
module.exports = {
|
||
|
|
platform: 'gitea',
|
||
|
|
endpoint: 'https://git.jurunense.com/api/v1',
|
||
|
|
token: 'a605ffac82b25e40bc913c8b3f4344d07462fa47',
|
||
|
|
autodiscover: true,
|
||
|
|
onboarding: true,
|
||
|
|
};
|