mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-22 21:55:11 +00:00
docs: fix syntax errors in server storage example (#8906)
This commit is contained in:
parent
dcf2b75fb3
commit
7677eec372
@ -264,8 +264,8 @@ export default defineNuxtConfig({
|
|||||||
host: "127.0.0.1", // Redis host
|
host: "127.0.0.1", // Redis host
|
||||||
username: "", // needs Redis >= 6
|
username: "", // needs Redis >= 6
|
||||||
password: "",
|
password: "",
|
||||||
db: 0 // Defaults to 0
|
db: 0, // Defaults to 0
|
||||||
tls: {}, // tls/ssl
|
tls: {} // tls/ssl
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user