Skip to content

Commit b6824a8

Browse files
committed
chore: clean up .env.example comment formatting + empty values
1 parent 400ddf8 commit b6824a8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.env.example

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
#secure password, can use openssl rand -hex 32
2-
NUXT_SESSION_PASSWORD=""
1+
# secure password, can use openssl rand -hex 32
2+
NUXT_SESSION_PASSWORD=
33

4-
#HMAC secret for image-proxy and OG image URL signing, can use openssl rand -hex 32
5-
NUXT_IMAGE_PROXY_SECRET=""
4+
# HMAC secret for image-proxy and OG image URL signing, can use openssl rand -hex 32
5+
NUXT_IMAGE_PROXY_SECRET=

0 commit comments

Comments
 (0)