Skip to content

Commit 4a2beed

Browse files
authored
fix(env): typo
the same typo as in marz
1 parent 4edd675 commit 4a2beed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ UVICORN_PORT = 8000
77
# SUDO_USERNAME = "admin"
88
# SUDO_PASSWORD = "admin"
99

10-
# UVICORN_UDS: "/run/pasarguard.socket"
10+
# UVICORN_UDS = "/run/pasarguard.socket"
1111
# UVICORN_SSL_CERTFILE = "/var/lib/pasarguard/certs/example.com/fullchain.pem"
1212
# UVICORN_SSL_KEYFILE = "/var/lib/pasarguard/certs/example.com/key.pem"
1313
# UVICORN_SSL_CA_TYPE = "public"

0 commit comments

Comments
 (0)