Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Tale152 committed Dec 4, 2021
1 parent 9cd0bc3 commit f6406e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This web app is deployed automatically on Heroku using [this action](https://git

Not my best code, but I need something as fast as I can.

I decided to only run the app (and not build it) in the Dockerfile because I need to keep the keys to win secret, even if my friends come here to cheat; to obtain this in the fastest way possible without having to create a backend server to verify keys, I decided to store the keys in **environment variables** (that are not reachable from a built react app... or at least I wasn't able to).
I decided to only run the app (and not build it) in the Dockerfile because I need to keep secret the keys to win, even if my friends come here to cheat; to obtain this in the fastest way possible without having to create a backend server to verify keys, I decided to store the keys in **environment variables** (that are not reachable from a built react app... or at least I wasn't able to).
**Said variables are set directly on Heroku (or in the docker-compose file)**.

There are the environment variables to keep in mind while using this web app (all starting with REACT_APP due to React environment variables restrictions):
Expand Down

0 comments on commit f6406e2

Please sign in to comment.