mirror of
https://gitee.com/novel_dev_team/novel-plus
synced 2026-07-20 17:54:59 +08: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