Skip to content

Commit

Permalink
Merge pull request #8 from bence-toth/1-https
Browse files Browse the repository at this point in the history
Added .env files for HTTPS
  • Loading branch information
bence-toth authored Jul 16, 2022
2 parents 1871edb + 8ea0362 commit 9b57b51
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ In addition to [the official TypeScript template](https://github.com/facebook/cr
- [classnames](https://www.npmjs.com/package/classnames)
- [react-router-dom](https://www.npmjs.com/package/react-router-dom)

Furthermore, there are the following additions:

- HTTPS is enabled in development and test mode

To use this template, add `--template typescript-blank` when creating a new app.

For example:
Expand Down
1 change: 1 addition & 0 deletions template/.env.development
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
HTTPS=true
1 change: 1 addition & 0 deletions template/.env.test
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
HTTPS=true

0 comments on commit 9b57b51

Please sign in to comment.