diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-23 00:12:05 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-11-23 00:37:22 -0500 |
commit | 76daccca0cfa86ccb43628f56e628475a0cfe98c (patch) | |
tree | 8deef4e3b33c609cf90b30338e322e719cca0351 /conf | |
parent | 4f33a092bc3883acb9b0022e4f17742533b13a10 (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 |