Add links to public and private clone URLs
[aur.git] / conf / config.proto
blobea6c063eeeeca4543df5a19bb7f25fba5ca42438
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 cgit_uri = https://aur.archlinux.org/cgit/
22 git_clone_uri_anon = https://aur.archlinux.org/cgit/%s.git/
23 git_clone_uri_priv = ssh+git://aur@aur.archlinux.org:2222/%s.git/
24 max_rpc_results = 5000
25 aur_request_ml = aur-requests@archlinux.org
26 request_idle_time = 1209600
27 auto_orphan_age = 15552000
29 [auth]
30 key-prefixes = ssh-rsa ssh-dss ecdsa-sha2-nistp256 ecdsa-sha2-nistp384 ecdsa-sha2-nistp521 ssh-ed25519
31 username-regex = [a-zA-Z0-9]+[.\-_]?[a-zA-Z0-9]+$
32 git-serve-cmd = /srv/http/aur/scripts/git-integration/git-serve.py
33 ssh-options = no-port-forwarding,no-X11-forwarding,no-pty
35 [serve]
36 repo-base = /srv/http/aur/repos/
37 repo-regex = [a-z0-9][a-z0-9.+_-]*$
38 git-update-hook = /srv/http/aur/scripts/git-integration/git-update.py
39 git-shell-cmd = /usr/bin/git-shell