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>
这个提交包含在:
XuqmGroup 2026-04-24 21:01:20 +08:00
父节点 161218420c
当前提交 1d49d97b01
共有 2 个文件被更改,包括 10 次插入10 次删除

8
Jenkinsfile vendored
查看文件

@ -8,11 +8,9 @@ pipeline {
}
environment {
// 阿里云 ACR 配置 — 在 Jenkins Credentials 里添加 Secret Text,ID 为 ACR_PASSWORD
ACR_REGISTRY = 'registry.cn-hangzhou.aliyuncs.com' // 替换为你的 ACR 地址
ACR_NAMESPACE = 'xuqmgroup' // 替换为你的命名空间
ACR_USERNAME = 'your-acr-username' // 替换为 ACR 用户名
// 生产服务器
ACR_REGISTRY = 'crpi-n44qjpuucgjt8e8c.cn-beijing.personal.cr.aliyuncs.com'
ACR_NAMESPACE = 'xuqmgroup'
ACR_USERNAME = 'xuqinmin12'
PROD_HOST = '106.54.23.149'
PROD_USER = 'ubuntu'
COMPOSE_FILE = '/opt/xuqm/deploy/compose.production.yaml'

查看文件

@ -36,16 +36,18 @@ spring:
max-idle: 8
max-active: 8
mail:
host: smtp.example.com
port: 587
username: noreply@xuqm.com
password: changeme
host: smtp.sina.com
port: 465
username: xuqinmin12@sina.com
password: b90335654901c9e9
properties:
mail:
smtp:
auth: true
starttls:
ssl:
enable: true
starttls:
enable: false
jackson:
time-zone: UTC
serialization: