-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b546ff8
commit c8019c4
Showing
4 changed files
with
6 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# http url, prod environment | ||
# backend service base url, prod environment | ||
VITE_SERVICE_BASE_URL=https://mock.apifox.com/m1/3109515-0-default | ||
|
||
# http other url, prod environment | ||
# other backend service base url, prod environment | ||
VITE_OTHER_SERVICE_BASE_URL= `{ | ||
"demo": "http://localhost:9529" | ||
}` |
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,7 +1,7 @@ | ||
# http url, test environment | ||
# backend service base url, test environment | ||
VITE_SERVICE_BASE_URL=https://mock.apifox.com/m1/3109515-0-default | ||
|
||
# http other url, test environment | ||
# other backend service base url, test environment | ||
VITE_OTHER_SERVICE_BASE_URL= `{ | ||
"demo": "http://localhost:9528" | ||
}` |
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