Skip to content

Commit

Permalink
chore: just changing the old site out
Browse files Browse the repository at this point in the history
  • Loading branch information
mrsteele authored Sep 18, 2021
1 parent 1133101 commit df71249
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ [email protected]

```
# .env, DO NOT COMMIT
HOST=omnionline.us
HOST=mrsteele.dev
```

The result
Expand All @@ -40,7 +40,7 @@ require('dotenv-defaults').config()
require('dotenv-defaults/config')

console.log(process.env.HOST)
// Outputs: omnionline.us
// Outputs: mrsteele.dev

console.log(process.env.EMAIL)
// Outputs: [email protected]
Expand Down

0 comments on commit df71249

Please sign in to comment.