diff options
author | crupest <crupest@outlook.com> | 2020-10-27 18:46:34 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-10-27 18:46:34 +0800 |
commit | 783cd4eb57d287d72c7752bb35fc5f9f5e42dfb6 (patch) | |
tree | 2f320f530130fc1cf43854a7e48ffea782a62e7d /Timeline/Properties | |
parent | 0c4caaebe2480e77918d5d7df234f0edaeab74ba (diff) | |
download | timeline-783cd4eb57d287d72c7752bb35fc5f9f5e42dfb6.tar.gz timeline-783cd4eb57d287d72c7752bb35fc5f9f5e42dfb6.tar.bz2 timeline-783cd4eb57d287d72c7752bb35fc5f9f5e42dfb6.zip |
build(front): Upgrade packages.
Diffstat (limited to 'Timeline/Properties')
-rw-r--r-- | Timeline/Properties/launchSettings.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Timeline/Properties/launchSettings.json b/Timeline/Properties/launchSettings.json index 73897158..de8186db 100644 --- a/Timeline/Properties/launchSettings.json +++ b/Timeline/Properties/launchSettings.json @@ -1,6 +1,6 @@ {
"profiles": {
- "Timeline": {
+ "Development": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
@@ -8,7 +8,7 @@ "ASPNETCORE_WORKDIR": "D:\\timeline-development"
}
},
- "Timeline-MockFrontEnd": {
+ "Development-Mock": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
@@ -16,7 +16,7 @@ "ASPNETCORE_WORKDIR": "D:\\timeline-development"
}
},
- "Timeline-Staging": {
+ "Staging": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Staging",
|