mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 13:28:12 -05:00
services: web: Use the Patchwork default-from-email.
Previously this wasn't used, but it should have been. * gnu/services/web.scm (patchwork-settings-module-compiler): Use the default-from-email.
This commit is contained in:
parent
5998ac14f3
commit
f325a33e16
1 changed files with 4 additions and 0 deletions
|
@ -1436,6 +1436,10 @@ (define (create-__init__.py filename)
|
||||||
allowed-hosts))
|
allowed-hosts))
|
||||||
"]
|
"]
|
||||||
|
|
||||||
|
DEFAULT_FROM_EMAIL = '" #$default-from-email "'
|
||||||
|
SERVER_EMAIL = DEFAULT_FROM_EMAIL
|
||||||
|
NOTIFICATION_FROM_EMAIL = DEFAULT_FROM_EMAIL
|
||||||
|
|
||||||
ADMINS = [
|
ADMINS = [
|
||||||
" #$(string-concatenate
|
" #$(string-concatenate
|
||||||
(map (match-lambda
|
(map (match-lambda
|
||||||
|
|
Loading…
Reference in a new issue