Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Commit

Permalink
add version numbers to .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
sastels committed Mar 10, 2020
1 parent 9b076df commit 10a5dd9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions f2/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,9 @@ GOOGLE_ANALYTICS_ID=
# rate limiting
SUBMISSIONS_PER_DAY=
SECONDS_BETWEEN_REQUESTS=

# version numbers, displayed by the front end code
# First is usually the gitsha of what's being run
# Second is of the form 1.0.0
REACT_APP_VERSION=
REACT_APP_PROD_VERSION=

0 comments on commit 10a5dd9

Please sign in to comment.