Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How can I add an environment variable ? #50

Open
bluetiger30 opened this issue Jan 31, 2018 · 0 comments
Open

How can I add an environment variable ? #50

bluetiger30 opened this issue Jan 31, 2018 · 0 comments

Comments

@bluetiger30
Copy link

Hi ,

How can I add the following environment variable?

image

I tried all the following, none of them worked :

node ../node_modules/winser/bin/winser -a -i --env "Path=/OpenSSL-Win64/bin" --startcmd "node index.js"

node ../node_modules/winser/bin/winser -a -i --env "Path" --startcmd "node index.js"

node ../node_modules/winser/bin/winser -a -i --env "/OpenSSL-Win64/bin" --startcmd "node index.js"

node ../node_modules/winser/bin/winser -a -i --env "name:Path,value:/OpenSSL-Win64/bin" --startcmd "node index.js"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant