-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove base path from ui build, but keep for api (#47)
- Loading branch information
1 parent
d487df8
commit 74f5577
Showing
5 changed files
with
5 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,8 @@ | ||
VITE_PRINTNANNY_EDGE_API_URL = "http://localhost:8080" | ||
VITE_PRINTNANNY_CLOUD_API_URL = "https://printnanny.ai" | ||
|
||
VITE_PRINTNANNY_EDGE_NATS_WS_PORT = "8844" | ||
VITE_PRINTNANNY_EDGE_JANUS_WS_PORT = "8188" | ||
VITE_POSTHOG_CLIENT_KEY = "phc_if1FbWP98XhFJMRt9ISTp1NvOe9MExeTNG9pH05c50P" | ||
VITE_POSTHOG_API_URL = "https://app.posthog.com" | ||
|
||
VITE_BASE_URL=/printnanny/ui/ | ||
VITE_BASE_UI_URL=/printnanny/ui/ | ||
VITE_BASE_API_URL=/printnanny/api/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters