mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
config.proto: Fix default value of ssh-cmdline
We no longer use port 2222 for SSH. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
40461eb738
commit
8c4428de5d
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ repo-regex = [a-z0-9][a-z0-9.+_-]*$
|
||||||
template-path = /srv/http/aurweb/scripts/git-integration/templates/
|
template-path = /srv/http/aurweb/scripts/git-integration/templates/
|
||||||
git-update-hook = /srv/http/aurweb/scripts/git-integration/git-update.py
|
git-update-hook = /srv/http/aurweb/scripts/git-integration/git-update.py
|
||||||
git-shell-cmd = /usr/bin/git-shell
|
git-shell-cmd = /usr/bin/git-shell
|
||||||
ssh-cmdline = ssh -p 2222 aur@aur.archlinux.org
|
ssh-cmdline = ssh aur@aur.archlinux.org
|
||||||
|
|
||||||
[aurblup]
|
[aurblup]
|
||||||
db-path = /srv/http/aurweb/scripts/aurblup/
|
db-path = /srv/http/aurweb/scripts/aurblup/
|
||||||
|
|
Loading…
Add table
Reference in a new issue