sakuli / sakuli.github.io

Web Page for Sakuli
https://sakuli.io
3 stars 3 forks source link

Enhancement/89/env vars #105

Closed cliffle closed 4 years ago

cliffle commented 4 years ago

I added an overview for the available environment variables for the container

vercel[bot] commented 4 years ago

This pull request is being automatically deployed with ZEIT Now (learn more). To see the status of your deployment, click below or on the icon next to each commit.

🔍 Inspect: https://zeit.co/s1hofmann/sakuligithubio/ggyax7084 🌍 Preview: https://sakuligithubio-git-enhancement-89envvars.s1hofmann.now.sh

tnobody commented 4 years ago

Does the NPM_TOKEN has any effect in the container when .npmrc is not configured?

s1hofmann commented 4 years ago

Our container comes with a preconfigured .npmrc which references the NPM_TOKEN env var. When not explicitly configured, it has no effect when installing packages, so it is really only required when trying to install private packages.