diff options
Diffstat (limited to 'tests/specs/npm/npmrc_basic_auth/.npmrc')
-rw-r--r-- | tests/specs/npm/npmrc_basic_auth/.npmrc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/specs/npm/npmrc_basic_auth/.npmrc b/tests/specs/npm/npmrc_basic_auth/.npmrc index c5548f6f6..71177b979 100644 --- a/tests/specs/npm/npmrc_basic_auth/.npmrc +++ b/tests/specs/npm/npmrc_basic_auth/.npmrc @@ -1,4 +1,4 @@ -@denotest:registry=http://127.0.0.1:4261/ -//127.0.0.1:4261/:_auth=ZGVubzpsYW5k -@denotest2:registry=http://127.0.0.1:4262/ -//127.0.0.1:4262/:_auth=ZGVubzpsYW5kMg== +@denotest:registry=http://localhost:4261/ +//localhost:4261/:_auth=ZGVubzpsYW5k +@denotest2:registry=http://localhost:4262/ +//localhost:4262/:_auth=ZGVubzpsYW5kMg== |