9 lines
231 B
YAML
9 lines
231 B
YAML
spring:
|
||
profiles:
|
||
active: dev
|
||
|
||
gateway:
|
||
# 前端密码登录解密密钥,和前端 .env 保存一致(16位)
|
||
encodeKey: thanks,rax4cloud
|
||
# 跳过验证码的客户端 clientId1,clientId2
|
||
ignore-clients: test,rax |