Update docs

This commit is contained in:
Hannu Lyytikainen 2018-08-16 17:47:27 +03:00
parent a293c144fe
commit f7abaefd92
2 changed files with 2 additions and 2 deletions

View file

@ -31,7 +31,7 @@ REACT_APP_ENV=production
# REACT_APP_GOOGLE_ANALYTICS_ID=change-me # REACT_APP_GOOGLE_ANALYTICS_ID=change-me
# Features. # Features
# #
REACT_APP_AVAILABILITY_ENABLED=true REACT_APP_AVAILABILITY_ENABLED=true

View file

@ -13,7 +13,7 @@ them have defaults that work for development environment. For production deploys
| REACT_APP_CANONICAL_ROOT_URL | Canonical root url of the marketplace. Needed for social media sharing and SEO optimization. | | REACT_APP_CANONICAL_ROOT_URL | Canonical root url of the marketplace. Needed for social media sharing and SEO optimization. |
| NODE_ENV | Node env. Use 'development' for development and 'production' for production. | | NODE_ENV | Node env. Use 'development' for development and 'production' for production. |
| PORT | Port for server to accept connections. | | PORT | Port for server to accept connections. |
| REACT_APP_ENV | Env for client side. Use the same value as with NODE_ENV. | | REACT_APP_ENV | A more fine grained env definition than NODE_ENV. Is used for example to differentiate envs in logging. |
| REACT_APP_SHARETRIBE_USING_SSL | Redirect HTTP to HTTPS? | | REACT_APP_SHARETRIBE_USING_SSL | Redirect HTTP to HTTPS? |
| SERVER_SHARETRIBE_TRUST_PROXY | Set when running the app behind a reverse proxy, e.g. in Heroku. | | SERVER_SHARETRIBE_TRUST_PROXY | Set when running the app behind a reverse proxy, e.g. in Heroku. |
| REACT_APP_PUBLIC_SENTRY_DSN | See: [Error logging with Sentry](./sentry.md) | | REACT_APP_PUBLIC_SENTRY_DSN | See: [Error logging with Sentry](./sentry.md) |