diff options
Diffstat (limited to 'docker/crupest-api/CrupestApi/Properties')
-rw-r--r-- | docker/crupest-api/CrupestApi/Properties/launchSettings.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/docker/crupest-api/CrupestApi/Properties/launchSettings.json b/docker/crupest-api/CrupestApi/Properties/launchSettings.json new file mode 100644 index 0000000..01f2a12 --- /dev/null +++ b/docker/crupest-api/CrupestApi/Properties/launchSettings.json @@ -0,0 +1,13 @@ +{
+ "$schema": "https://json.schemastore.org/launchsettings.json",
+ "profiles": {
+ "dev": {
+ "commandName": "Project",
+ "dotnetRunMessages": true,
+ "applicationUrl": "http://localhost:5188",
+ "environmentVariables": {
+ "ASPNETCORE_ENVIRONMENT": "Development"
+ }
+ }
+ }
+}
\ No newline at end of file |