Codex Assistant
20 小时以前 c8dffd157cd8b62023b26e62a0b92c152d959423
backend/src/main/resources/application.yml
@@ -78,15 +78,18 @@
  level:
    com.rongyichuang: DEBUG
    org.springframework.security: DEBUG
    org.springframework.transaction: DEBUG
    org.springframework.orm.jpa: DEBUG
    org.hibernate.SQL: DEBUG
    org.hibernate.type.descriptor.sql.BasicBinder: TRACE
    org.hibernate.engine.transaction: DEBUG
# 应用配置
app:
  base-url: https://rych.9village.cn
  jwt:
    secret: ryc-jwt-secret-key-2024-secure-256bit-hmac-sha-algorithm-compatible
    expiration: 7200000 # 2小时
    expiration: 86400000 # 24小时
  media-url:  https://ryc-1379367838.cos.ap-chengdu.myqcloud.com
# 微信小程序配置