From 0f8c934f2975b9046b83989b3a485217c6652562 Mon Sep 17 00:00:00 2001 From: Rouan Wilsenach Date: Fri, 22 Mar 2019 15:00:57 +0200 Subject: [PATCH] docs: remove outdated comment --- conf/default.yaml | 1 - conf/docker.yaml | 1 - 2 files changed, 2 deletions(-) diff --git a/conf/default.yaml b/conf/default.yaml index 27f802d4c..9e511e3d0 100644 --- a/conf/default.yaml +++ b/conf/default.yaml @@ -71,7 +71,6 @@ packages: server: keepAliveTimeout: 60 -# To use `npm audit` uncomment the following section middlewares: audit: enabled: true diff --git a/conf/docker.yaml b/conf/docker.yaml index 605d28d63..e87e268a2 100644 --- a/conf/docker.yaml +++ b/conf/docker.yaml @@ -71,7 +71,6 @@ packages: # if package is not available locally, proxy requests to 'npmjs' registry proxy: npmjs -# To use `npm audit` uncomment the following section middlewares: audit: enabled: true