Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add comment about REACT_APP prefix #1492

Merged
merged 2 commits into from
Feb 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .env-template
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Environment variables for the client app.
# Note that variables, that start with "REACT_APP" prefix, are exposed to the public web.
# https://create-react-app.dev/docs/adding-custom-environment-variables

# Mandatory configuration
#
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ way to update this template, but currently, we follow a pattern:

---

## Upcoming version 2021-XX-XX
## Upcoming version 2022-XX-XX

- [add] Code comment about "REACT_APP" prefix in environment variables.
[#1492](https://github.com/sharetribe/ftw-daily/pull/1492)

## [v8.4.0] 2021-12-02

Expand Down