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 @@ ALLOWED_HOSTS = [ | |||
|           allowed-hosts)) | ||||
| "] | ||||
| 
 | ||||
| DEFAULT_FROM_EMAIL = '" #$default-from-email "' | ||||
| SERVER_EMAIL = DEFAULT_FROM_EMAIL | ||||
| NOTIFICATION_FROM_EMAIL = DEFAULT_FROM_EMAIL | ||||
| 
 | ||||
| ADMINS = [ | ||||
| " #$(string-concatenate | ||||
|      (map (match-lambda | ||||
|  |  | |||
		Reference in a new issue