Skip to content

Commit

Permalink
Remove stc client env var
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellrgn committed Apr 23, 2024
1 parent ae639c7 commit 1888d07
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion default.env
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ COMPOSE_FILE=docker-compose.yaml:docker-compose.static-ingress.yaml

VITE_EPIC_HIMSS_CLIENT_ID=
VITE_ECW_HIMSS_CLIENT_ID=
VITE_STC_HIMSS_CLIENT_ID=
VITE_EPIC_CLIENT_ID=
VITE_CERNER_CLIENT_ID=

Expand Down
1 change: 0 additions & 1 deletion src/env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
interface ImportMetaEnv {
readonly VITE_EPIC_HIMSS_CLIENT_ID: string
readonly VITE_ECW_HIMSS_CLIENT_ID: string
readonly VITE_STC_HIMSS_CLIENT_ID: string
readonly VITE_EPIC_CLIENT_ID: string
readonly VITE_CERNER_CLIENT_ID: string
readonly VITE_API_BASE: string
Expand Down

0 comments on commit 1888d07

Please sign in to comment.