Skip to content

Commit 4888280

Browse files
authored
Fix ENV Format
1 parent 4d6932e commit 4888280

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

components/snippets/installation-pre-reqs.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ Postiz marks it's login cookies as Secure, this is called “secure context” i
1111
If you want to use an secure Login Process, you need to set up an Certificate, which can be done via Reverse Proxy like Caddy or Nginx.
1212

1313
If you cannot use a certificate (HTTPS), add the following environment variable to your `.env` file:
14-
`NOT_SECURED=true`
14+
```env
15+
NOT_SECURED=true
16+
```
1517
**Security Warning**: Setting `NOT_SECURED=true` disables secure cookie requirements. This should only be used in development environments or when you fully understand the security implications. Not recommended for production use.
1618

1719
#### Network Ports

0 commit comments

Comments
 (0)