diff options
| author | crupest <crupest@outlook.com> | 2021-01-23 01:38:09 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2021-01-23 01:38:09 +0800 |
| commit | 2639774e3e3c90a6453e0d764f977f575dc56ec4 (patch) | |
| tree | 1cb579d70b818980d7b1b9f3e490ac1ed7395611 /BackEnd/Timeline/Properties | |
| parent | 545de7bcc3ac5e22da9761d7fbd0f85ce940415e (diff) | |
| parent | 0691b654e114274b73e5a0aa1c1b0842445e57ef (diff) | |
| download | timeline-2639774e3e3c90a6453e0d764f977f575dc56ec4.tar.gz timeline-2639774e3e3c90a6453e0d764f977f575dc56ec4.tar.bz2 timeline-2639774e3e3c90a6453e0d764f977f575dc56ec4.zip | |
Merge branch 'master' into search
Diffstat (limited to 'BackEnd/Timeline/Properties')
| -rw-r--r-- | BackEnd/Timeline/Properties/launchSettings.json | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/BackEnd/Timeline/Properties/launchSettings.json b/BackEnd/Timeline/Properties/launchSettings.json index a31485ed..db58cd31 100644 --- a/BackEnd/Timeline/Properties/launchSettings.json +++ b/BackEnd/Timeline/Properties/launchSettings.json @@ -5,23 +5,20 @@ "applicationUrl": "http://0.0.0.0:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
- "ASPNETCORE_FRONTEND": "Proxy",
- "ASPNETCORE_WORKDIR": "D:\\timeline-development"
+ "ASPNETCORE_FRONTEND": "Proxy"
}
},
"Dev-Mock": {
"commandName": "Project",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
- "ASPNETCORE_FRONTEND": "Mock",
- "ASPNETCORE_WORKDIR": "D:\\timeline-development"
+ "ASPNETCORE_FRONTEND": "Mock"
}
},
"Staging": {
"commandName": "Project",
"environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Staging",
- "ASPNETCORE_WORKDIR": "D:\\timeline-development"
+ "ASPNETCORE_ENVIRONMENT": "Staging"
}
}
}
|
