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

18 lines
261 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: info
com.java2nb: debug
spring:
redis:
host: 127.0.0.1
port: 6379
password: test123456
# 连接超时时间毫秒
timeout: 10000