26 lines
1.2 KiB
Bash
26 lines
1.2 KiB
Bash
ESLINT_NO_DEV_ERRORS=true
|
|
|
|
REACT_APP_AUX_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1"
|
|
REACT_APP_USERS_ENDPOINT="https://apigate.lotus.g1.wrenchboard.com/en/wrench/api/v1"
|
|
|
|
REACT_APP_SITE_NAME='WrenchBoard'
|
|
REACT_APP_DASH_URL='https://dev-users.wrenchboard.com'
|
|
REACT_APP_DASH_URL_LOGIN="https://qa-users.wrenchboard.com/login?cnt=ng"
|
|
REACT_APP_DASH_URL_SIGNUP="https://qa-users.wrenchboard.com/signup?cnt=ng"
|
|
REACT_APP_ANDROID_APP='https://play.google.com/store/apps/details?id=com.wrenchboard.users'
|
|
REACT_APP_APPLE_APP='https://itunes.apple.com/us/app/wrenchboard/id1435718367?ls=1&mt=8'
|
|
REACT_APP_FACEBOOK_LINK='https://www.facebook.com/wrenchboard'
|
|
REACT_APP_TWITTER_LINK='https://twitter.com/wrenchboard/'
|
|
REACT_APP_LINKEDIN_LINK="https://www.linkedin.com/company/wrenchboard/"
|
|
REACT_APP_SUPPORT_EMAIL='support@wrenchboard.com'
|
|
REACT_APP_SUPPORT_PHONE='404 855-7966'
|
|
REACT_APP_SUPPORT_PHONE_NG='(+420) 336 476 328'
|
|
REACT_APP_SUPPORT_US_ADDRESS='Cumberland Pkwy, Atlanta GA 30339'
|
|
REACT_APP_SUPPORT_NG_ADDRESS='Saka Tinubu Street, Victoria Island Lagos, Nigeria'
|
|
|
|
#AGENT LINK
|
|
REACT_APP_AGENT_LINK='https://dev-agents.wrenchboard.com'
|
|
|
|
#SOCKETS ENDS
|
|
REACT_APP_PRIMARY_SOCKET="https://socket-dev.wrenchboard.com"
|