mirror of
https://github.com/201206030/novel-plus.git
synced 2025-07-02 07:36:37 +00:00
上传代码
This commit is contained in:
18
novel-front/src/main/resources/application.yml
Normal file
18
novel-front/src/main/resources/application.yml
Normal file
@ -0,0 +1,18 @@
|
||||
server:
|
||||
port: 8080
|
||||
|
||||
spring:
|
||||
profiles:
|
||||
active: dev
|
||||
|
||||
jwt:
|
||||
secret: novel!#20191230
|
||||
expiration: 604800
|
||||
|
||||
#缓存管理密码
|
||||
cache:
|
||||
manager:
|
||||
password: novel@2020117
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user