Files
evercatch-node/.npmrc

10 lines
361 B
Plaintext

# .npmrc
# 1. Tell npm that @evercatch packages live on your server
@evercatch:registry=https://git.psmattas.com/api/packages/Evercatch/npm/
# 2. Set the registry for publishing
registry=https://git.psmattas.com/api/packages/Evercatch/npm/
# 3. Setup Auth using an Environment Variable
//git.psmattas.com/api/packages/Evercatch/npm/:_authToken=${GITEA_TOKEN}