From 702e921591973bd0f06acddfaf35c304846bfe8b Mon Sep 17 00:00:00 2001 From: crupest Date: Wed, 30 Nov 2022 18:34:49 +0800 Subject: Prepare for file api. --- docker/crupest-api/CrupestApi/Properties/launchSettings.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'docker/crupest-api/CrupestApi/Properties') 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" } } } -- cgit v1.2.3