diff --git a/.env.example b/.env.example index 60e33c50b0..dd95e80fa1 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,5 @@ -#secure password, can use openssl rand -hex 32 +# secure password, can use `openssl rand -hex 32` NUXT_SESSION_PASSWORD="" -#HMAC secret for image-proxy and OG image URL signing, can use openssl rand -hex 32 -NUXT_IMAGE_PROXY_SECRET="" \ No newline at end of file +# HMAC secret for image-proxy and OG image URL signing, can use `openssl rand -hex 32` +NUXT_IMAGE_PROXY_SECRET=""