config.proto: Update path to the notification script
[aur.git] / conf / config.proto
blobc1be281649a38913a980d5b203f0e0d7dce85cc9
1 [database]
2 backend = 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 = 8
13 default_lang = en
14 default_timezone = UTC
15 sql_debug = 0
16 max_sessions_per_user = 8
17 login_timeout = 7200
18 persistent_cookie_timeout = 2592000
19 max_filesize_uncompressed = 8388608
20 disable_http_login = 1
21 aur_location = https://aur.archlinux.org
22 git_clone_uri_anon = https://aur.archlinux.org/%s.git
23 git_clone_uri_priv = ssh://aur@aur.archlinux.org/%s.git
24 max_rpc_results = 5000
25 max_depends = 1000
26 aur_request_ml = aur-requests@archlinux.org
27 request_idle_time = 1209600
28 auto_orphan_age = 15552000
29 auto_delete_age = 86400
30 pkgbuild_uri = https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=%s
31 log_uri = https://aur.archlinux.org/cgit/aur.git/log/?h=%s
32 snapshot_uri = /cgit/aur.git/snapshot/%s.tar.gz
33 enable-maintenance = 1
34 maintenance-exceptions = 127.0.0.1
36 [notifications]
37 notify-cmd = /usr/local/bin/aurweb-notify
38 sendmail = /usr/bin/sendmail
39 sender = notify@aur.archlinux.org
40 reply-to = noreply@aur.archlinux.org
42 [fingerprints]
43 Ed25519 = SHA256:HQ03dn6EasJHNDlt51KpQpFkT3yBX83x7BoIkA1iv2k
44 ECDSA = SHA256:L71Q91yHwmHPYYkJMDgj0xmUuw16qFOhJbBr1mzsiOI
45 RSA = SHA256:Ju+yWiMb/2O+gKQ9RJCDqvRg7l+Q95KFAeqM5sr6l2s
47 [auth]
48 valid-keytypes = ssh-rsa ssh-dss ecdsa-sha2-nistp256 ecdsa-sha2-nistp384 ecdsa-sha2-nistp521 ssh-ed25519
49 username-regex = [a-zA-Z0-9]+[.\-_]?[a-zA-Z0-9]+$
50 git-serve-cmd = /usr/local/bin/aurweb-git-serve
51 ssh-options = restrict
53 [serve]
54 repo-path = /srv/http/aurweb/aur.git/
55 repo-regex = [a-z0-9][a-z0-9.+_-]*$
56 git-shell-cmd = /usr/bin/git-shell
57 git-update-cmd = /usr/local/bin/aurweb-git-update
58 ssh-cmdline = ssh aur@aur.archlinux.org
60 [update]
61 max-blob-size = 256000
63 [aurblup]
64 db-path = /srv/http/aurweb/aurblup/
65 sync-dbs = core extra community multilib testing community-testing
66 server = ftp://mirrors.kernel.org/archlinux/%s/os/x86_64
68 [mkpkglists]
69 packagesfile = /srv/http/aurweb/web/html/packages.gz
70 pkgbasefile = /srv/http/aurweb/web/html/pkgbase.gz