ThePrez / ServiceCommander-IBMi

Service Commander for IBM i
Apache License 2.0
42 stars 12 forks source link

PORT env var #96

Closed worksofliam closed 2 years ago

worksofliam commented 2 years ago

Describe the solution you'd like

When prompted for port number in the scinit CLI:

Which ports does your application run on? Separate with commas, or leave blank for none:  8123

I think it should also make that number an environment variable by default in the yaml.

Describe alternatives you've considered

PORT=1234 scinit node index.js
What other environment variables from this current process should be used?
        (press <enter> after each entry, leave blank to entering values)
1> PORT
ThePrez commented 2 years ago

Will be addressed in v1.0.3+

ThePrez commented 2 years ago

Addressed in v1.1.x