aboutsummaryrefslogtreecommitdiff
path: root/BackEnd/Timeline/Properties
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2021-01-31 15:42:52 +0800
committercrupest <crupest@outlook.com>2021-01-31 15:42:52 +0800
commit415a91f08422a9a18958552ec21a25f336ef81c4 (patch)
tree629e3603b421f3e5c777de5974608be9ff9c485e /BackEnd/Timeline/Properties
parent07ffcc6029158a2cee1e30250d0153dccccb13d0 (diff)
downloadtimeline-415a91f08422a9a18958552ec21a25f336ef81c4.tar.gz
timeline-415a91f08422a9a18958552ec21a25f336ef81c4.tar.bz2
timeline-415a91f08422a9a18958552ec21a25f336ef81c4.zip
...
Diffstat (limited to 'BackEnd/Timeline/Properties')
-rw-r--r--BackEnd/Timeline/Properties/launchSettings.json14
1 files changed, 11 insertions, 3 deletions
diff --git a/BackEnd/Timeline/Properties/launchSettings.json b/BackEnd/Timeline/Properties/launchSettings.json
index db58cd31..851fc6a8 100644
--- a/BackEnd/Timeline/Properties/launchSettings.json
+++ b/BackEnd/Timeline/Properties/launchSettings.json
@@ -2,11 +2,11 @@
"profiles": {
"Dev": {
"commandName": "Project",
- "applicationUrl": "http://0.0.0.0:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development",
"ASPNETCORE_FRONTEND": "Proxy"
- }
+ },
+ "applicationUrl": "http://0.0.0.0:5000"
},
"Dev-Mock": {
"commandName": "Project",
@@ -20,6 +20,14 @@
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Staging"
}
+ },
+ "Dev-Windows": {
+ "commandName": "Project",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development",
+ "ASPNETCORE_FRONTEND": "Proxy",
+ "TIMELINE_WORKDIR": "D:\\timeline-development"
+ }
}
}
-}
+} \ No newline at end of file