better client id?
parent
5b76d783ec
commit
50bebb3bfc
4
home.nix
4
home.nix
|
@ -105,8 +105,8 @@
|
||||||
"cache --timeout 7200"
|
"cache --timeout 7200"
|
||||||
"oauth"
|
"oauth"
|
||||||
];
|
];
|
||||||
"http://git.zynh.me" = {
|
"https://git.zynh.me" = {
|
||||||
oauthClientId = "a4792ccc-144e-407e-86c9-5e7d8d9c3269";
|
oauthClientId = "13d5b95d-565d-4264-8961-c45cc38eaa8a";
|
||||||
oauthScopes = "read_repository write_repository";
|
oauthScopes = "read_repository write_repository";
|
||||||
oauthAuthURL = "/login/oauth/authorize";
|
oauthAuthURL = "/login/oauth/authorize";
|
||||||
oauthTokenURL = "/login/oauth/access_token";
|
oauthTokenURL = "/login/oauth/access_token";
|
||||||
|
|
Loading…
Reference in New Issue