diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-23 00:12:05 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-23 01:05:56 -0500 |
commit | f308ac796b6e24b216b68aeac0d456d21c3b37f3 (patch) | |
tree | 6a43226c9d4e2923d43f469d53120c7f51b5a376 /conf | |
parent | e3dfb09aec084fc6bd119309ce949eaab714eae7 (diff) |
Make the instance name and domain configurable.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/config.proto | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/config.proto b/conf/config.proto index 96fad80..c82980b 100644 --- a/conf/config.proto +++ b/conf/config.proto @@ -31,6 +31,9 @@ log_uri = https://aur.archlinux.org/cgit/aur.git/log/?h=%s snapshot_uri = /cgit/aur.git/snapshot/%s.tar.gz enable-maintenance = 1 maintenance-exceptions = 127.0.0.1 +email_domain = aur.parabola.nu +branding_shortname = AUR +branding_longname = Arch User Repository [notifications] notify-cmd = /srv/http/aurweb/scripts/notify.py |