Files
novel_dev_team_novel-plus/novel-common/src/main/resources/application-common-prod.yml
2025-03-16 14:27:47 +08:00

41 lines
754 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.

spring:
config:
import: classpath:application-common.yml
main:
allow-bean-definition-overriding: true
data:
redis:
#Redis服务器IP
host: 127.0.0.1
#Redis服务器连接端口
port: 6379
#Redis服务器连接密码
password: test123456
#连接超时时间毫秒
timeout: 10000
logging:
level:
root: error
com.java2nb: error
content:
save:
storage: db #存储介质db数据库filetxt文本
path: /Users/xiongxiaoyang/books #txt小说文本保存路径
# HTTP 代理配置
http:
proxy:
# 是否开启 HTTP 代理true-开启false-不开启
enabled: false
# 代理 IP
ip: 40.83.102.86
# 代理端口号
port: 80