summaryrefslogtreecommitdiff
path: root/tests/specs/npm/npmrc_basic_auth/.npmrc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/npm/npmrc_basic_auth/.npmrc')
-rw-r--r--tests/specs/npm/npmrc_basic_auth/.npmrc4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/specs/npm/npmrc_basic_auth/.npmrc b/tests/specs/npm/npmrc_basic_auth/.npmrc
new file mode 100644
index 000000000..0624091f0
--- /dev/null
+++ b/tests/specs/npm/npmrc_basic_auth/.npmrc
@@ -0,0 +1,4 @@
+@denotest:registry=http://127.0.0.1:4261/
+//127.0.0.1:4261/denotest/:_authToken=private-reg-token
+@denotest2:registry=http://127.0.0.1:4262/
+//127.0.0.1:4262/denotest2/:_authToken=private-reg-token2