0xDeCA10B/demo/client/.env

17 строки
696 B
Bash
Исходник Постоянная ссылка Обычный вид История

# Various settings to configure when deploying the framework.
2019-12-13 23:40:29 +03:00
# Service Storage
# 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.
# 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.
# Enable online safety for a simple production environment.
2019-12-13 23:40:29 +03:00
REACT_APP_ENABLE_ONLINE_SAFETY=true