new version
This commit is contained in:
31
src/main/resources/application.yaml
Normal file
31
src/main/resources/application.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
server:
|
||||
port: 8080
|
||||
|
||||
spring:
|
||||
application:
|
||||
name: rssotto
|
||||
data:
|
||||
mongodb:
|
||||
uri: mongodb://root:A%3Ay(nW%3C06Gu%5D*Q8%5DA%40j)@192.168.1.115:27017/
|
||||
database: rssotto
|
||||
|
||||
jwt:
|
||||
key: ${JWT_KEY}
|
||||
# QWERTYUIOPASDFGHJKLZXCVBNMqwertyuiopasdfghjklzxcvbnm1234==
|
||||
refresh-key: ${JWT_REFRESH_KEY}
|
||||
# ZXCVBNMASDFGHJKLQWERTYUIOPzxcvbnmasdfghjklqwertyuiop5678==
|
||||
access-token-expiration: 3600000 # 1 hour
|
||||
refresh-token-expiration: 604800000 # 7 days
|
||||
|
||||
logging:
|
||||
level:
|
||||
org:
|
||||
springframework:
|
||||
data:
|
||||
mongodb: DEBUG
|
||||
security: DEBUG
|
||||
|
||||
version-checker:
|
||||
interval-minutes: 5
|
||||
|
||||
|
Reference in New Issue
Block a user