mirror of
				https://framagit.org/YunoHost-Apps/gitea_ynh.git
				synced 2025-10-30 21:35:36 +01:00 
			
		
		
		
	Merge pull request #90 from CodeShakingSheep/replace-deprecated-mailer-config-option
Replace SKIP_VERIFY with FORCE_TRUST_SERVER_CERT in app.ini
This commit is contained in:
		| @@ -38,7 +38,7 @@ ENABLED = true | |||||||
| SMTP_ADDR = 127.0.0.1 | SMTP_ADDR = 127.0.0.1 | ||||||
| SMTP_PORT = 25 | SMTP_PORT = 25 | ||||||
| FROM = "Gitea" <gitea-noreply@__DOMAIN__> | FROM = "Gitea" <gitea-noreply@__DOMAIN__> | ||||||
| SKIP_VERIFY = true | FORCE_TRUST_SERVER_CERT = true | ||||||
|  |  | ||||||
| [service] | [service] | ||||||
| REGISTER_EMAIL_CONFIRM = false | REGISTER_EMAIL_CONFIRM = false | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Josue-T
					Josue-T