Advertisement
Marcel-

conf/config

Jun 15th, 2015
305
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. [database]
  2. dsn_prefix = mysql
  3. host = localhost
  4. socket = /var/run/mysqld/mysqld.sock
  5. name = AUR
  6. user = aur
  7. password = ***
  8.  
  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 = http://localhost:8888
  21. git_clone_uri_anon = http://localhost:8888/%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 = https://aur.archlinux.org/cgit/aur.git/snapshot/%s.tar.gz
  31. enable-maintenance = 1
  32. maintenance-exceptions = 127.0.0.1
  33.  
  34. [fingerprints]
  35. Ed25519 = SHA256:HQ03dn6EasJHNDlt51KpQpFkT3yBX83x7BoIkA1iv2k
  36. ECDSA = SHA256:L71Q91yHwmHPYYkJMDgj0xmUuw16qFOhJbBr1mzsiOI
  37. RSA = SHA256:Ju+yWiMb/2O+gKQ9RJCDqvRg7l+Q95KFAeqM5sr6l2s
  38.  
  39. [auth]
  40. valid-keytypes = ssh-rsa ssh-dss ecdsa-sha2-nistp256 ecdsa-sha2-nistp384 ecdsa-sha2-nistp521 ssh-ed25519
  41. username-regex = [a-zA-Z0-9]+[.\-_]?[a-zA-Z0-9]+$
  42. git-serve-cmd = /srv/http/aurweb/git-interface/git-serve.py
  43. ssh-options = no-port-forwarding,no-X11-forwarding,no-pty
  44.  
  45. [serve]
  46. repo-path = /srv/http/aurweb/aur.git/
  47. repo-regex = [a-z0-9][a-z0-9.+_-]*$
  48. git-shell-cmd = /usr/bin/git-shell
  49. ssh-cmdline = ssh aur@aur.archlinux.org
  50.  
  51. [aurblup]
  52. db-path = /srv/http/aurweb/aurblup/
  53. sync-dbs = core extra community multilib testing community-testing
  54. servers = ftp://mirrors.kernel.org/archlinux/%s/os/x86_64
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement