36 lines
693 B
YAML
36 lines
693 B
YAML
|
|
||
|
spring:
|
||
|
application:
|
||
|
name: hoe-auth
|
||
|
main:
|
||
|
allow-bean-definition-overriding: true
|
||
|
profiles:
|
||
|
active: dev
|
||
|
cloud:
|
||
|
nacos:
|
||
|
discovery:
|
||
|
metadata:
|
||
|
serviceGroup: ytChen
|
||
|
server-addr: localhost:8848
|
||
|
namespace: 11bfd099-10d6-4f2c-b969-58b76e435cce
|
||
|
config:
|
||
|
server-addr: localhost:8848
|
||
|
file-extension: yaml
|
||
|
prefix: hoe-auth
|
||
|
group: dev
|
||
|
namespace: 11bfd099-10d6-4f2c-b969-58b76e435cce
|
||
|
server:
|
||
|
port: 9001
|
||
|
|
||
|
|
||
|
|
||
|
sa-token:
|
||
|
# jwt秘钥
|
||
|
jwt-secret-key: asdasdasifhueuiwyurfewbfjsdafjk123
|
||
|
token-name: satoken
|
||
|
timeout: -1
|
||
|
active-timeout: -1
|
||
|
is-concurrent: false
|
||
|
is-share: false
|
||
|
is-log: true
|