Files
RedisClipSync/config.master.properties.example

17 lines
505 B
Plaintext
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.
# 主机示例配置:复制为 config.properties 后修改
# 角色MASTER(主机) 或 SLAVE(从机)
role=MASTER
# Redis 服务器地址
redis.host=127.0.0.1
# Redis 服务器端口
redis.port=6379
# Redis 密码(无密码则留空)
redis.password=
# 目标频道列表:主机将剪贴板内容推送到这些频道,多个频道用逗号分隔
master.target.channels=machine_a,machine_b
# 剪贴板日志保存目录:用于持久化剪贴板历史记录
master.save.dir=./clipboard_logs/