| | |
| | | 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 |
| | | |
| | | # 微信小程序配置 |