Add .config/gitnow/gitnow.toml
This commit is contained in:
parent
3d8cf32bd6
commit
05bc2ed7ad
20
dot_config/gitnow/gitnow.toml
Normal file
20
dot_config/gitnow/gitnow.toml
Normal 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"]
|
Loading…
Reference in New Issue
Block a user