run.env
run.env copied to clipboard
Added logging test
This PR addressed #5.
Description:
- Added simple logging test to ensure that the application actually read the variables from
.envfile into another app. - Modified README.md to include local test run instruction
- Included
.env.testfile to be used for local testing.