21 lines
419 B
TOML
21 lines
419 B
TOML
[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"]
|