mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +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
|
||||
username: "", // needs Redis >= 6
|
||||
password: "",
|
||||
db: 0 // Defaults to 0
|
||||
tls: {}, // tls/ssl
|
||||
db: 0, // Defaults to 0
|
||||
tls: {} // tls/ssl
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user