mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix: use @localhost for dev email addresses
Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
parent
a3cb81962f
commit
4abbf9a917
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +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
|
aur_request_ml = aur-requests@localhost
|
||||||
|
|
||||||
[notifications]
|
[notifications]
|
||||||
; For development/testing, use /usr/bin/sendmail
|
; For development/testing, use /usr/bin/sendmail
|
||||||
|
|
Loading…
Add table
Reference in a new issue