RediSkript/src/main/resources/config.yml

16 lines
366 B
YAML
Raw Normal View History

2020-05-10 06:52:06 +00:00
Redis:
Password: "yHy0d2zdBlRmaSPj3CiBwEv5V3XxBTLTrCsGW7ntBnzhfxPxXJS6Q1aTtR6DSfAtCZr2VxWnsungXHTcF94a4bsWEpGAvjL6XMU"
Host: "127.0.0.1"
MaxConnections: 20
Threads: 10
Port: 6379
TimeOut: 40000
2020-05-10 06:52:06 +00:00
useSSL: true
2020-05-27 11:43:16 +00:00
#useful if SSL is disabled
EncryptMessages: false
EncryptionKey: "16CHARACTERS KEY"
2020-05-10 06:52:06 +00:00
Channels:
- "Channel1"
- "Channel2"
- "Channel3"