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:
Ali Soueidan 2022-11-10 18:35:28 +01:00 committed by GitHub
parent 3fc4924fca
commit 0818a6a420
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -265,6 +265,7 @@ export default defineNuxtConfig({
username: "", // needs Redis >= 6
password: "",
db: 0 // Defaults to 0
tls: {}, // tls/ssl
}
}
}