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