Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
docs: add tls option to redis example (#8900)
Browse files Browse the repository at this point in the history
Co-authored-by: Ext., Soueidan, Ali, MIF <ext.a.soueidan@rheinenergie.com>
  • Loading branch information
2 people authored and danielroe committed Jan 21, 2023
1 parent 5d5b68b commit fc93164
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/content/2.guide/2.directory-structure/1.server.md
Expand Up @@ -265,6 +265,7 @@ export default defineNuxtConfig({
username: "", // needs Redis >= 6
password: "",
db: 0 // Defaults to 0
tls: {}, // tls/ssl
}
}
}
Expand Down

0 comments on commit fc93164

Please sign in to comment.