Skip to content

Commit 1c0aa16

Browse files
committed
Add template for env.js
1 parent 631791f commit 1c0aa16

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

static/env.js

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
window.globalConfig = {
2+
// VITE_SHOW_DEMO: "",
3+
// VITE_EPIC_CLIENT_ID: "",
4+
// VITE_CERNER_CLIENT_ID: "",
5+
// VITE_API_BASE: "",
6+
// VITE_VIEWER_BASE: "",
7+
// VITE_INTERMEDIATE_FHIR_SERVER_BASE: "",
8+
// VITE_SOF_CLIENT_ID: "",
9+
// VITE_SOF_ISS: "",
10+
// DEV_SERVER_PORT: "",
11+
}

0 commit comments

Comments
 (0)