#11 Add Secrets File #239
Labels
No labels
_CRITICAL_
API
app
backEnd
Blocked-waiting-for-further-changes
bug
bug-only-on-server-for-mobile-not-webpage
Bug-Report-After-Merge
cleanup
close
design
duplicate
enhancement
feature request
frontEnd
further-changes-needed
future-problem-not-fixint-this-period
help wanted
invalid
last-week-issue-to-fix
library
low-priority
needs input
needs review
not-implemented.
project documentation
question
research
reviewed
Script
security
SQL
style
Team 1
Team 2
team leaders
test-creation
testing
topLevel
unassigned
Under-review
wontfix
No milestone
No project
No assignees
4 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Andras/BoundlessFlowCampus2K!239
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "#11-secrets-file-with-user-pass"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add environment variables and .env.example
Changes:
Environment.GetEnvironmentVariableI reviewed the code in the changed files and tried running the code.
I saw no errors in the added code and it follows the set standards. The one thing was that there were no comments, but as there were no other comments in the modified files, I have no problem with this.
When running the code, I checked the docker console print outs and found no error messages. I also started the application, and data was successfully retrieved for the temperature view.
This looks good to me. However, one thing I should mention is that we should probably state somewhere how the .env file is used. It took me some time to realize that it had to be in the DockerCompose directory (it did not work for me when I had it located in the root directory of the project, which was my assumption) and I want others to avoid this mistake.
#11 Add Secrets Fileto WIP: #11 Add Secrets FileWIP: #11 Add Secrets Fileto #11 Add Secrets FileI suggest adding default values into the .env file.
Review
Whats done
Needs to be done
Conclusion
Looks good and is merged