mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-31 07:40:33 +00:00
docs: add tls option to redis example (#8900)
Co-authored-by: Ext., Soueidan, Ali, MIF <ext.a.soueidan@rheinenergie.com>
This commit is contained in:
parent
3fc4924fca
commit
0818a6a420
@ -265,6 +265,7 @@ export default defineNuxtConfig({
|
||||
username: "", // needs Redis >= 6
|
||||
password: "",
|
||||
db: 0 // Defaults to 0
|
||||
tls: {}, // tls/ssl
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user