rax-remote-2/upms/upms-biz/src/main/resources/application.yml

14 lines
305 B
YAML
Raw Normal View History

2024-01-31 16:31:50 +08:00
spring:
2024-06-03 11:23:52 +08:00
profiles:
2025-03-14 14:23:04 +08:00
active: application-loc.yml
server:
port: 6379
2024-01-31 16:31:50 +08:00
servlet:
2025-03-14 14:23:04 +08:00
context-path: /admin
2024-01-31 16:31:50 +08:00
gateway:
# 前端密码登录解密密钥,和前端 .env 保存一致16位
2024-03-15 13:30:31 +08:00
encodeKey: thanks,rax4cloud
2024-01-31 16:31:50 +08:00
# 跳过验证码的客户端 clientId1,clientId2
2025-03-14 14:23:04 +08:00
ignore-clients: test,rax