-
Notifications
You must be signed in to change notification settings - Fork 2
/
.env.production
35 lines (27 loc) · 1.42 KB
/
.env.production
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
REACT_APP_NAME=$npm_package_name
REACT_APP_VERSION=$npm_package_version
#-------------------------------------------------------------------------------
# NEON API root routes
#-------------------------------------------------------------------------------
REACT_APP_NEON_PATH_API="/api/v0"
REACT_APP_NEON_PATH_PUBLIC_GRAPHQL="/graphql"
REACT_APP_NEON_PATH_LD_API="/ld"
REACT_APP_NEON_PATH_AUTH_API="/api/auth/v0"
REACT_APP_NEON_PATH_AUTH0_API="/auth0"
REACT_APP_NEON_PATH_DOWNLOAD_API="/api/download/v0"
#-------------------------------------------------------------------------------
# Application routes
#-------------------------------------------------------------------------------
REACT_APP_NEON_ROUTER_BASE=""
REACT_APP_NEON_ROUTER_BASE_HOME="/core-components"
#-------------------------------------------------------------------------------
# Feature options
#-------------------------------------------------------------------------------
REACT_APP_NEON_USE_GRAPHQL="true"
REACT_APP_NEON_SHOW_AOP_VIEWER="true"
REACT_APP_NEON_ENABLE_GLOBAL_SIGNIN_STATE="false"
#-------------------------------------------------------------------------------
# Third party APIs and options
#-------------------------------------------------------------------------------
REACT_APP_NEON_VISUS_PRODUCTS_BASE_URL="https://ns1008242.ip-135-148-54.us/products.php"
REACT_APP_NEON_VISUS_IFRAME_BASE_URL="https://ns1008242.ip-135-148-54.us/visus-frame-ol.html"