2024-01-31 16:31:50 +08:00
|
|
|
|
spring:
|
2024-06-03 11:23:52 +08:00
|
|
|
|
profiles:
|
2025-05-06 10:25:22 +08:00
|
|
|
|
active: dev
|
2025-03-18 15:45:26 +08:00
|
|
|
|
|
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-05-06 10:25:22 +08:00
|
|
|
|
ignore-clients: test,rax
|