We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6824a8 commit 6f3ff55Copy full SHA for 6f3ff55
1 file changed
.env.example
@@ -1,5 +1,5 @@
1
-# secure password, can use openssl rand -hex 32
2
-NUXT_SESSION_PASSWORD=
+# secure password, can use `openssl rand -hex 32`
+NUXT_SESSION_PASSWORD=""
3
4
-# HMAC secret for image-proxy and OG image URL signing, can use openssl rand -hex 32
5
-NUXT_IMAGE_PROXY_SECRET=
+# HMAC secret for image-proxy and OG image URL signing, can use `openssl rand -hex 32`
+NUXT_IMAGE_PROXY_SECRET=""
0 commit comments