Add .config/gitnow/gitnow.toml

This commit is contained in:
Kasper Juul Hermansen 2024-10-19 11:13:54 +02:00
parent 3d8cf32bd6
commit 05bc2ed7ad
Signed by: kjuulh
GPG Key ID: D85D7535F18F35FA

View File

@ -0,0 +1,20 @@
[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"]