docs: fix syntax errors in server storage example (#8906)

This commit is contained in:
Cedric Wetzel 2022-11-11 12:12:30 +01:00 committed by GitHub
parent dcf2b75fb3
commit 7677eec372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
}
}
}