summaryrefslogtreecommitdiff
path: root/tests/specs/npm/npmrc_username_password/.npmrc
blob: 9e1ded96a38006f07b279604092261dbc765eb44 (plain)
1
2
3
4
5
6
7
8
@denotest:registry=http://localhost:4261/
//localhost:4261/:username=deno
# base64 of land
//localhost:4261/:_password=bGFuZA==
@denotest2:registry=http://localhost:4262/
//localhost:4262/:username=deno
# base64 of land2
//localhost:4262/:_password=bGFuZDI=