novel-plus/novel-admin/src/main/resources/application-prod.yml
2025-03-15 17:25:10 +08:00

18 lines
262 B
Java
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

java2nb:
uploadPath: /var/pic/
username: admin
password: 111111
logging:
level:
root: error
com.java2nb: error
spring:
redis:
host: 127.0.0.1
port: 6379
password: test123456
# 连接超时时间毫秒
timeout: 10000