Use modern format strings in notification messages
[aur.git] / conf / config.defaults
blobbe37f4301e6f8abb69dd910da6405fddeb51be4c
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 request_archive_time = 15552000
29 auto_orphan_age = 15552000
30 auto_delete_age = 86400
31 source_file_uri =  https://aur.archlinux.org/cgit/aur.git/tree/%s?h=%s
32 log_uri = https://aur.archlinux.org/cgit/aur.git/log/?h=%s
33 commit_uri = https://aur.archlinux.org/cgit/aur.git/commit/?h=%s&id=%s
34 snapshot_uri = /cgit/aur.git/snapshot/%s.tar.gz
35 enable-maintenance = 1
36 maintenance-exceptions = 127.0.0.1
37 render-comment-cmd = /usr/local/bin/aurweb-rendercomment
38 # memcache or apc
39 cache = none
40 memcache_servers = 127.0.0.1:11211
42 [ratelimit]
43 request_limit = 4000
44 window_length = 86400
46 [notifications]
47 notify-cmd = /usr/local/bin/aurweb-notify
48 sendmail = /usr/bin/sendmail
49 sender = notify@aur.archlinux.org
50 reply-to = noreply@aur.archlinux.org
52 [fingerprints]
53 Ed25519 = SHA256:HQ03dn6EasJHNDlt51KpQpFkT3yBX83x7BoIkA1iv2k
54 ECDSA = SHA256:L71Q91yHwmHPYYkJMDgj0xmUuw16qFOhJbBr1mzsiOI
55 RSA = SHA256:Ju+yWiMb/2O+gKQ9RJCDqvRg7l+Q95KFAeqM5sr6l2s
57 [auth]
58 valid-keytypes = ssh-rsa ssh-dss ecdsa-sha2-nistp256 ecdsa-sha2-nistp384 ecdsa-sha2-nistp521 ssh-ed25519
59 username-regex = [a-zA-Z0-9]+[.\-_]?[a-zA-Z0-9]+$
60 git-serve-cmd = /usr/local/bin/aurweb-git-serve
61 ssh-options = restrict
63 [serve]
64 repo-path = /srv/http/aurweb/aur.git/
65 repo-regex = [a-z0-9][a-z0-9.+_-]*$
66 git-shell-cmd = /usr/bin/git-shell
67 git-update-cmd = /usr/local/bin/aurweb-git-update
68 ssh-cmdline = ssh aur@aur.archlinux.org
70 [update]
71 max-blob-size = 256000
73 [aurblup]
74 db-path = /srv/http/aurweb/aurblup/
75 sync-dbs = core extra community multilib testing community-testing
76 server = ftp://mirrors.kernel.org/archlinux/%s/os/x86_64
78 [mkpkglists]
79 packagesfile = /srv/http/aurweb/web/html/packages.gz
80 pkgbasefile = /srv/http/aurweb/web/html/pkgbase.gz
81 userfile = /srv/http/aurweb/web/html/users.gz