added example
This commit is contained in:
parent
10f748a6cc
commit
d006d8284b
1 changed files with 12 additions and 0 deletions
12
examples/repos.toml
Normal file
12
examples/repos.toml
Normal file
|
@ -0,0 +1,12 @@
|
||||||
|
[config]
|
||||||
|
output_dir = "~/repos/"
|
||||||
|
|
||||||
|
[sources.gitlab]
|
||||||
|
type = "gitlab"
|
||||||
|
username = "JustScreaMy"
|
||||||
|
token = "..."
|
||||||
|
|
||||||
|
[sources.github]
|
||||||
|
type = "github"
|
||||||
|
username = "JustScreaMy"
|
||||||
|
token = "..."
|
Loading…
Reference in a new issue