Remove trailing slash from git urls
[aur.git] / conf / config.proto
blobde9acdf7404db9cb3b0e3e9355471475b4ac5eea
1 [database]
2 dsn_prefix = mysql
3 host = localhost
4 socket = /var/run/mysqld/mysqld.sock
5 name = AUR
6 user = aur
7 password = aur
9 [options]
10 username_min_len = 3
11 username_max_len = 16
12 passwd_min_len = 4
13 default_lang = en
14 sql_debug = 0
15 max_sessions_per_user = 8
16 login_timeout = 7200
17 persistent_cookie_timeout = 2592000
18 max_filesize_uncompressed = 8388608
19 disable_http_login = 1
20 aur_location = https://aur.archlinux.org
21 git_clone_uri_anon = https://aur.archlinux.org/%s.git
22 git_clone_uri_priv = ssh+git://aur@aur.archlinux.org/%s.git
23 max_rpc_results = 5000
24 aur_request_ml = aur-requests@archlinux.org
25 request_idle_time = 1209600
26 auto_orphan_age = 15552000
27 auto_delete_age = 86400
28 pkgbuild_uri = https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=%s
29 log_uri = https://aur.archlinux.org/cgit/aur.git/log/?h=%s
30 snapshot_uri = /cgit/aur.git/snapshot/%s.tar.gz
31 enable-maintenance = 1
32 maintenance-exceptions = 127.0.0.1
34 [notifications]
35 sendmail = /usr/bin/sendmail
36 sender = notify@aur.archlinux.org
37 reply-to = noreply@aur.archlinux.org
39 [fingerprints]
40 Ed25519 = SHA256:HQ03dn6EasJHNDlt51KpQpFkT3yBX83x7BoIkA1iv2k
41 ECDSA = SHA256:L71Q91yHwmHPYYkJMDgj0xmUuw16qFOhJbBr1mzsiOI
42 RSA = SHA256:Ju+yWiMb/2O+gKQ9RJCDqvRg7l+Q95KFAeqM5sr6l2s
44 [auth]
45 valid-keytypes = ssh-rsa ssh-dss ecdsa-sha2-nistp256 ecdsa-sha2-nistp384 ecdsa-sha2-nistp521 ssh-ed25519
46 username-regex = [a-zA-Z0-9]+[.\-_]?[a-zA-Z0-9]+$
47 git-serve-cmd = /srv/http/aurweb/git-interface/git-serve.py
48 ssh-options = no-port-forwarding,no-X11-forwarding,no-pty
50 [serve]
51 repo-path = /srv/http/aurweb/aur.git/
52 repo-regex = [a-z0-9][a-z0-9.+_-]*$
53 git-shell-cmd = /usr/bin/git-shell
54 git-update-cmd = /srv/http/aurweb/git-interface/git-update.py
55 ssh-cmdline = ssh aur@aur.archlinux.org
57 [aurblup]
58 db-path = /srv/http/aurweb/aurblup/
59 sync-dbs = core extra community multilib testing community-testing
60 servers = ftp://mirrors.kernel.org/archlinux/%s/os/x86_64