17 lines
268 B
Plaintext
17 lines
268 B
Plaintext
# Futriix Configuration File
|
|
|
|
# Port to listen on
|
|
port = 6379
|
|
|
|
# Path to log file
|
|
log_path = "futriix.log"
|
|
|
|
# Cluster mode (true/false)
|
|
cluster_mode = false
|
|
|
|
# Redis nodes (for cluster mode)
|
|
redis_nodes = [
|
|
"redis://127.0.0.1:6379",
|
|
"redis://127.0.0.1:6380"
|
|
]
|