peng
2025-11-06 c4938f6f4e839890b032c75c7a57333a6a9157a9
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
# 微信小程序配置