rename .env file to env.template and instruct the user to copy the template to produce the .env file. The .env file is then ignored by git to prevent credentials from accidentally being commited to the repo
support setting the tedge version via the .env file via the TEDGE_VERSION variable
use a docker data volume instead of mounting a local folder. This makes it more compatible across different OS's
Types of changes
What types of changes does your code introduce to thin-edge.io?
Put an x in the boxes that apply
[ ] Bugfix (non-breaking change which fixes an issue)
[ ] New example (non-breaking change which adds functionality)
[x] Improvement (general improvements like code refactoring that doesn't explicitly fix a bug or add any new functionality)
[ ] Documentation Update (if none of the other choices apply)
Signed-off-by: reubenmiller reuben.miller@softwareag.com
Proposed changes
opcua-solution
.env
file toenv.template
and instruct the user to copy the template to produce the.env
file. The.env
file is then ignored by git to prevent credentials from accidentally being commited to the repo.env
file via theTEDGE_VERSION
variableTypes of changes
What types of changes does your code introduce to
thin-edge.io
? Put anx
in the boxes that applyChecklist