2020-03-05 00:47:00 +03:00
|
|
|
# Various settings to configure when deploying the framework.
|
|
|
|
|
2019-12-13 23:40:29 +03:00
|
|
|
# Service Storage
|
2019-12-10 18:57:24 +03:00
|
|
|
# We do not want to enable the data storage service because we do not want to manage that data storage.
|
2019-12-13 23:40:29 +03:00
|
|
|
# Default is enabled.
|
2020-11-04 22:39:25 +03:00
|
|
|
# Disable the data store for a simple production environment.
|
2019-12-13 23:40:29 +03:00
|
|
|
REACT_APP_ENABLE_SERVICE_DATA_STORE=false
|
|
|
|
|
|
|
|
# Online Safety
|
|
|
|
# To comply with rules and laws regarding what can be shown, you can enable this setting to be very strict
|
|
|
|
# and hide text and images that are user generated except for items you have explicitly allowed.
|
2019-12-19 23:30:30 +03:00
|
|
|
# Configure in: client/src/safety/config.ts
|
|
|
|
|
2019-12-13 23:40:29 +03:00
|
|
|
# Default is disabled.
|
2020-11-04 22:39:25 +03:00
|
|
|
# Enable online safety for a simple production environment.
|
2019-12-13 23:40:29 +03:00
|
|
|
REACT_APP_ENABLE_ONLINE_SAFETY=true
|