git: Update repohost URL
This commit is contained in:
parent
3e2d1f8c12
commit
9bee3f113f
1 changed files with 2 additions and 2 deletions
|
@ -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:";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue