aboutsummaryrefslogtreecommitdiff
path: root/docker/crupest-api/CrupestApi/Properties
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2022-11-30 18:34:49 +0800
committercrupest <crupest@outlook.com>2022-11-30 18:36:05 +0800
commit702e921591973bd0f06acddfaf35c304846bfe8b (patch)
treef5e3b9c2d66e0485fe36fb9812c2985edeaeec3b /docker/crupest-api/CrupestApi/Properties
parent68e0cf9140e64ad894d3269d61eedc39499bd656 (diff)
downloadcrupest-702e921591973bd0f06acddfaf35c304846bfe8b.tar.gz
crupest-702e921591973bd0f06acddfaf35c304846bfe8b.tar.bz2
crupest-702e921591973bd0f06acddfaf35c304846bfe8b.zip
Prepare for file api.
Diffstat (limited to 'docker/crupest-api/CrupestApi/Properties')
-rw-r--r--docker/crupest-api/CrupestApi/Properties/launchSettings.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/docker/crupest-api/CrupestApi/Properties/launchSettings.json b/docker/crupest-api/CrupestApi/Properties/launchSettings.json
index 01f2a12..a4a5cbf 100644
--- a/docker/crupest-api/CrupestApi/Properties/launchSettings.json
+++ b/docker/crupest-api/CrupestApi/Properties/launchSettings.json
@@ -5,8 +5,10 @@
"commandName": "Project",
"dotnetRunMessages": true,
"applicationUrl": "http://localhost:5188",
+ "workingDirectory": ".",
"environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development"
+ "ASPNETCORE_ENVIRONMENT": "Development",
+ "CRUPEST_API_CONFIG_FILE": "dev-config.json"
}
}
}