12 lines
179 B
TOML
12 lines
179 B
TOML
[config]
|
|
output_dir = "~/repos/"
|
|
|
|
[sources.gitlab]
|
|
type = "gitlab"
|
|
username = "JustScreaMy"
|
|
token = "..."
|
|
|
|
[sources.github]
|
|
type = "github"
|
|
username = "JustScreaMy"
|
|
token = "..."
|