test: setup private npm registry w/sinopia

This commit is contained in:
Stephan Bönnemann
2015-02-04 15:23:16 +01:00
parent 019aeeabe1
commit c936e8be4b
7 changed files with 50 additions and 2 deletions
+1
View File
@@ -0,0 +1 @@
test:{SHA}C+7Hteo/D9vJXQ3UfzxbwnXaijM=
+2
View File
@@ -0,0 +1,2 @@
_auth=dGVzdDpmb28=
email=test@example.com
+17
View File
@@ -0,0 +1,17 @@
storage: ../.tmp/.storage
auth:
htpasswd:
file: ./.htpasswd
uplinks:
npmjs:
url: https://registry.npmjs.org/
logs:
- {type: stdout, format: pretty, level: silent}
packages:
'*':
allow_access: all
allow_publish: all