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 | 38c28864b1ae948c0a258290c092dce94a948575 (patch) | |
tree | 4408b336cd60fed220fcb157edcdf8a86c16d65c /Timeline/Properties/launchSettings.json | |
parent | 0062a22423806c9501752132133e14de02355760 (diff) | |
download | timeline-38c28864b1ae948c0a258290c092dce94a948575.tar.gz timeline-38c28864b1ae948c0a258290c092dce94a948575.tar.bz2 timeline-38c28864b1ae948c0a258290c092dce94a948575.zip |
build(front): Upgrade packages.
Diffstat (limited to 'Timeline/Properties/launchSettings.json')
-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",
|