добавлена настройка smtp
This commit is contained in:
		| @@ -54,6 +54,18 @@ configs: | ||||
|           enabled: true | ||||
|           cluster-name: eisa-${BRANCH} | ||||
|           stack: tunnel | ||||
|       spring: | ||||
|         mail: | ||||
|           host: smtp.gmail.com | ||||
|           port: 587 | ||||
|           username: expertisaewh@gmail.com | ||||
|           password: ${{ secrets.notification_password }} | ||||
|           properties: | ||||
|             mail: | ||||
|               smtp: | ||||
|                 auth: true | ||||
|                 starttls: | ||||
|                   enable: true | ||||
|       eisa: | ||||
|         force-core-update: true | ||||
|         metadata-git: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user