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:
Kevin Morris 2021-10-02 16:18:18 -07:00
parent 438080827a
commit a3cb81962f
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -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