Skip to content

Commit d31ffa3

Browse files
committed
fix(env): invalid htpasswd because of formatting
1 parent b3e3bc2 commit d31ffa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.env.example

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
AUTH_HTPASSWD=sudo:$apr1$xy8owSLB$r3LRLRZFvloZ3bxDC.PiR/
1+
AUTH_HTPASSWD=sudo:$$apr1$$xy8owSLB$$r3LRLRZFvloZ3bxDC.PiR/ # https://stackoverflow.com/a/45409896/10245760
22
TRAEFIK_API_URL=traefik.nuxify.tech
3-
TRAEFIK_PORT=8080
3+
TRAEFIK_PORT=8080

0 commit comments

Comments
 (0)