chore: fill real ACR config and fix email SMTP settings
- Jenkinsfile: set ACR registry to crpi-n44qjpuucgjt8e8c.cn-beijing.personal.cr.aliyuncs.com - tenant-service: fix email SMTP to smtp.sina.com port 465 with SSL Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
这个提交包含在:
父节点
161218420c
当前提交
1d49d97b01
8
Jenkinsfile
vendored
8
Jenkinsfile
vendored
@ -8,11 +8,9 @@ pipeline {
|
|||||||
}
|
}
|
||||||
|
|
||||||
environment {
|
environment {
|
||||||
// 阿里云 ACR 配置 — 在 Jenkins Credentials 里添加 Secret Text,ID 为 ACR_PASSWORD
|
ACR_REGISTRY = 'crpi-n44qjpuucgjt8e8c.cn-beijing.personal.cr.aliyuncs.com'
|
||||||
ACR_REGISTRY = 'registry.cn-hangzhou.aliyuncs.com' // 替换为你的 ACR 地址
|
ACR_NAMESPACE = 'xuqmgroup'
|
||||||
ACR_NAMESPACE = 'xuqmgroup' // 替换为你的命名空间
|
ACR_USERNAME = 'xuqinmin12'
|
||||||
ACR_USERNAME = 'your-acr-username' // 替换为 ACR 用户名
|
|
||||||
// 生产服务器
|
|
||||||
PROD_HOST = '106.54.23.149'
|
PROD_HOST = '106.54.23.149'
|
||||||
PROD_USER = 'ubuntu'
|
PROD_USER = 'ubuntu'
|
||||||
COMPOSE_FILE = '/opt/xuqm/deploy/compose.production.yaml'
|
COMPOSE_FILE = '/opt/xuqm/deploy/compose.production.yaml'
|
||||||
|
|||||||
@ -36,16 +36,18 @@ spring:
|
|||||||
max-idle: 8
|
max-idle: 8
|
||||||
max-active: 8
|
max-active: 8
|
||||||
mail:
|
mail:
|
||||||
host: smtp.example.com
|
host: smtp.sina.com
|
||||||
port: 587
|
port: 465
|
||||||
username: noreply@xuqm.com
|
username: xuqinmin12@sina.com
|
||||||
password: changeme
|
password: b90335654901c9e9
|
||||||
properties:
|
properties:
|
||||||
mail:
|
mail:
|
||||||
smtp:
|
smtp:
|
||||||
auth: true
|
auth: true
|
||||||
starttls:
|
ssl:
|
||||||
enable: true
|
enable: true
|
||||||
|
starttls:
|
||||||
|
enable: false
|
||||||
jackson:
|
jackson:
|
||||||
time-zone: UTC
|
time-zone: UTC
|
||||||
serialization:
|
serialization:
|
||||||
|
|||||||
正在加载...
在新工单中引用
屏蔽一个用户