chezmoi/dot_config/gitnow/gitnow.toml

21 lines
419 B
TOML
Raw Normal View History

2024-10-19 11:13:54 +02:00
[settings.cache]
# location = "$HOME/.config/gitnow/cache"
# duration = true
[[providers.gitea]]
url = "https://git.front.kjuulh.io/api/v1"
access_token = { env = "GITEA_ACCESS_TOKEN" }
current_user = "kjuulh"
users = ["kjuulh"]
organisations = ["butikkaerlighilsen"]
[[providers.github]]
access_token = { env = "GITHUB_ACCESS_TOKEN" }
current_user = "kjuulh"
users = ["kjuulh"]
organisations = ["HermansenDump"]