30 lines
942 B
Bash
30 lines
942 B
Bash
REACT_APP_PANEL_NAME="MERMS Panel DEV"
|
|
SKIP_PREFLIGHT_CHECK=true
|
|
REACT_APP_NODE_ENV="development"
|
|
NODE_ENV="development"
|
|
REACT_APP_SOCKET_URL="https://devsocket.mermsemr.com"
|
|
REACT_APP_MAIN_API="https://devapi.mermsemr.com"
|
|
REACT_APP_MAIN_API_LL="http://localhost:14700"
|
|
REACT_APP_MEDIA_SERVER="https://qa-media.mermsemr.com"
|
|
REACT_APP_MAIN_SOCKET="https://devsocket.mermsemr.com"
|
|
|
|
# login footer links
|
|
REACT_APP_HOME_LINK='https://qa-www.mermsemr.com/'
|
|
REACT_APP_ABOUT_LINK='https://qa-www.mermsemr.com/about'
|
|
REACT_APP_CONTACTS_LINK='https://qa-www.mermsemr.com/contacts'
|
|
REACT_APP_TERMS_LINK='https://qa-www.mermsemr.com/terms'
|
|
|
|
# Inactivity timeout/logout AT 10MINS
|
|
REACT_APP_TIMEOUT=600000
|
|
|
|
# show download button
|
|
REACT_APP_SHOW_DOWNLOAD=0
|
|
|
|
REACT_APP_DNS1='dns1.mermsemr.net'
|
|
REACT_APP_DNS2='dns1.mermsemr.net'
|
|
REACT_APP_DNS_LINK='https://qa-www.mermsemr.com/info/dns'
|
|
|
|
#CLOUDFLARE
|
|
REACT_APP_TURNSTILE_SITE_KEY=0x4AAAAAADQV82wuocFR-u5O
|
|
|