mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
add: added aur_request_ml setting to config.dev
For the dev environment, we use a no-op address. We don't want to be spamming aur-requests with development notifications. Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
438080827a
commit
a3cb81962f
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ cache = none
|
||||||
memcache_servers = memcached:11211
|
memcache_servers = memcached:11211
|
||||||
; If cache = 'redis' this address is used to connect to Redis.
|
; If cache = 'redis' this address is used to connect to Redis.
|
||||||
redis_address = redis://127.0.0.1
|
redis_address = redis://127.0.0.1
|
||||||
|
aur_request_ml = aur-requests@example-noop.org
|
||||||
|
|
||||||
[notifications]
|
[notifications]
|
||||||
; For development/testing, use /usr/bin/sendmail
|
; For development/testing, use /usr/bin/sendmail
|
||||||
|
|
Loading…
Add table
Reference in a new issue