Skip to content

Commit 6f49de2

Browse files
committed
chore: wip
1 parent e2b54de commit 6f49de2

File tree

3 files changed

+12
-6
lines changed

3 files changed

+12
-6
lines changed

secure-registry/verdaccio/lenient/config.docker.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,7 @@ middlewares:
4343
windowSeconds: 86400 # 24h window
4444
maxRequests: 400 # 400 requests per 24h
4545

46-
logs:
47-
- { type: stdout, format: pretty, level: http }
46+
log:
47+
type: stdout
48+
format: pretty
49+
level: http

secure-registry/verdaccio/malware/config.docker.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,7 @@ packages:
1010
access: $all
1111
publish: $all
1212

13-
logs:
14-
- { type: stdout, format: pretty, level: http }
13+
log:
14+
type: stdout
15+
format: pretty
16+
level: http

secure-registry/verdaccio/strict/config.docker.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,7 @@ middlewares:
4747
windowSeconds: 86400 # 24h window
4848
maxRequests: 400 # 400 requests per 24h
4949

50-
logs:
51-
- { type: stdout, format: pretty, level: http }
50+
log:
51+
type: stdout
52+
format: pretty
53+
level: http

0 commit comments

Comments
 (0)