Skip to content

Commit 2050882

Browse files
author
Tom Berey
committed
Ver:1.0.3--Minor-Updates
1 parent 336693b commit 2050882

6 files changed

Lines changed: 458 additions & 189 deletions

File tree

.env.sample

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
PORT = 3000
2-
HOSTNAME = 127.0.0.1
2+
HOSTNAME = 127.0.0.1
3+
4+
ROLLBAR_ACCESS_TOKEN = <access-token>
5+
ROLLBAR_ENV = <environment-name>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ Below is the refined and confirmed roadmap, that has been planned for completion
239239
| 1.0.0 | 2021-07-09 | <ul><li>Initial Commit.</li><li>Add initial directory structure and files.</li><li>Add Screenshots directory, and images.</li><li>Create and format README.md</li></ul> |
240240
| 1.0.1 | 2021-07-14 | <ul><li>Removal of local SimpleTxtLogger file. Addition of SimpleTxtLogger as a npm module.</li><li>Update README.md</li></ul> |
241241
| 1.0.2 | 2021-08-01 | <ul><li>Update tsconfig.</li><li>Update README.md</li></ul> |
242-
| 1.0.3 | 2021-08-03 | <ul><li>Fix Spelling.</li><li>Update README.md</li></ul> |
242+
| 1.0.3 | 2021-08-03 | <ul><li>Add Rollbar config and class.</li><li>Fix Spelling.</li><li>Update README.md</li></ul> |
243243

244244
<br><hr><br>
245245

0 commit comments

Comments
 (0)