-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.env
26 lines (21 loc) · 872 Bytes
/
.env
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
# ---- Authorization Client Settings ----
IMJS_AUTH_CLIENT_CLIENT_ID= ""
IMJS_AUTH_CLIENT_REDIRECT_URI= http://localhost:3000/signin-callback
IMJS_AUTH_CLIENT_LOGOUT_URI= http://localhost:3000/logout
IMJS_AUTH_CLIENT_SCOPES = "imodelaccess:read imodels:read realitydata:read"
IMJS_AUTH_AUTHORITY= "https://ims.bentley.com"
# ---- Test ids ----
IMJS_ITWIN_ID= ""
IMJS_IMODEL_ID= ""
# Advanced CRA Config: https://create-react-app.dev/docs/advanced-configuration/
SKIP_PREFLIGHT_CHECK=true
# Advanced iTwin.js CRA Config: https://github.com/imodeljs/create-react-app/blob/imodeljs/packages/react-scripts/README-imodeljs.md
USE_FAST_SASS=true
USE_FULL_SOURCEMAP=true
TRANSPILE_DEPS=false
# Remove the following env var if using a different package manager
USING_NPM=true
# Api key for Bing Maps
IMJS_BING_MAPS_KEY = ""
# Access token for Cesium
IMJS_CESIUM_ION_KEY = ""