Fixed typo (#113)
This commit is contained in:
		
							parent
							
								
									cb6dd3cef1
								
							
						
					
					
						commit
						4093722926
					
				|  | @ -37,7 +37,7 @@ In order to sent the wireguard configuration to clients via email (using sendgri | ||||||
| 
 | 
 | ||||||
| ``` | ``` | ||||||
| SENDGRID_API_KEY: Your sendgrid api key | SENDGRID_API_KEY: Your sendgrid api key | ||||||
| EMAIL_FROM: the email address you registered on sendgrid | EMAIL_FROM_ADDRESS: the email address you registered on sendgrid | ||||||
| EMAIL_FROM_NAME: the sender's email address | EMAIL_FROM_NAME: the sender's email address | ||||||
| ``` | ``` | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -10,7 +10,7 @@ services: | ||||||
|     network_mode: host |     network_mode: host | ||||||
|     environment: |     environment: | ||||||
|       - SENDGRID_API_KEY |       - SENDGRID_API_KEY | ||||||
|       - EMAIL_FROM |       - EMAIL_FROM_ADDRESS | ||||||
|       - EMAIL_FROM_NAME |       - EMAIL_FROM_NAME | ||||||
|       - SESSION_SECRET |       - SESSION_SECRET | ||||||
|       - WGUI_USERNAME=alpha |       - WGUI_USERNAME=alpha | ||||||
|  |  | ||||||
							
								
								
									
										2
									
								
								main.go
								
								
								
								
							
							
						
						
									
										2
									
								
								main.go
								
								
								
								
							|  | @ -34,7 +34,7 @@ var ( | ||||||
| const ( | const ( | ||||||
| 	defaultEmailSubject = "Your wireguard configuration" | 	defaultEmailSubject = "Your wireguard configuration" | ||||||
| 	defaultEmailContent = `Hi,</br> | 	defaultEmailContent = `Hi,</br> | ||||||
| <p>in this email you can file your personal configuration for our wireguard server.</p> | <p>In this email you can find your personal configuration for our wireguard server.</p> | ||||||
| 
 | 
 | ||||||
| <p>Best</p> | <p>Best</p> | ||||||
| ` | ` | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue