git: Update repohost URL

This commit is contained in:
Erwin Boskma 2025-01-29 10:11:40 +01:00
parent 3e2d1f8c12
commit 9bee3f113f
Signed by: erwin
SSH key fingerprint: SHA256:3F6Cm6I3erRqlBwEghZWAQl6eS5WrGTX1Vs/Evec1lQ

View file

@ -109,7 +109,7 @@ in
oauthTokenURL = "/login/oauth/access_token"; oauthTokenURL = "/login/oauth/access_token";
}; };
"http://repohost.bedum.horus.nu" = { "http://repohost.internal.horus.nu" = {
oauthClientId = "b00b00f53f073f4b38f7c38b1b2a944bb5069d411552a9968f1fca1d3e60395d"; oauthClientId = "b00b00f53f073f4b38f7c38b1b2a944bb5069d411552a9968f1fca1d3e60395d";
oauthScopes = "read_repository write_repository"; oauthScopes = "read_repository write_repository";
oauthAuthURL = "/oauth/authorize"; oauthAuthURL = "/oauth/authorize";
@ -170,7 +170,7 @@ in
}; };
url = { url = {
"ssh://git@repohost.bedum.horus.nu/" = { "ssh://git@repohost.internal.horus.nu/" = {
insteadOf = "rh:"; insteadOf = "rh:";
pushInsteadOf = "rh:"; pushInsteadOf = "rh:";
}; };