Create basic config file structure
This commit is contained in:
29
example-config.json
Normal file
29
example-config.json
Normal file
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"source_hosts": {
|
||||
"pvv-git": {
|
||||
"type": "gitea",
|
||||
"host": "git.pvv.ntnu.no",
|
||||
"token": null
|
||||
}
|
||||
},
|
||||
"sources": {
|
||||
"oysteikt-repos": {
|
||||
"type": "user",
|
||||
"source_host": "pvv-git",
|
||||
"name": "oysteikt",
|
||||
"clone": true
|
||||
},
|
||||
"drift-repos": {
|
||||
"type": "organization",
|
||||
"source_host": "pvv-git",
|
||||
"name": "drift",
|
||||
"clone": true
|
||||
},
|
||||
"oysteikt-stars": {
|
||||
"type": "user-stars",
|
||||
"source_host": "pvv-git",
|
||||
"name": "oysteikt",
|
||||
"clone": true
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user