new version

This commit is contained in:
Jose Conde
2025-09-24 16:17:57 +02:00
commit 017b235f2c
57 changed files with 1630 additions and 0 deletions

View 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