8 lines
173 B
JavaScript
8 lines
173 B
JavaScript
module.exports = {
|
|
port: 6379, // Redis port
|
|
host: "192.168.1.26", // Redis host
|
|
// username: "", // needs Redis >= 6
|
|
password: "9715115286",
|
|
db: 0, // Defaults to 0
|
|
}
|