diff options
author | crupest <crupest@outlook.com> | 2022-12-01 19:19:47 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-12-02 13:35:35 +0800 |
commit | 8507c3b3802b0990c681a7c17c4e4d7ef0fa305d (patch) | |
tree | dee523de3ff29067fa0202135a322079b295df4c /docker/crupest-api/CrupestApi/Properties | |
parent | 8cd7fef89d0df2742bc777e8ea1efb10aea7c81e (diff) | |
download | crupest-8507c3b3802b0990c681a7c17c4e4d7ef0fa305d.tar.gz crupest-8507c3b3802b0990c681a7c17c4e4d7ef0fa305d.tar.bz2 crupest-8507c3b3802b0990c681a7c17c4e4d7ef0fa305d.zip |
Restructure crupest-api.
Diffstat (limited to 'docker/crupest-api/CrupestApi/Properties')
-rw-r--r-- | docker/crupest-api/CrupestApi/Properties/launchSettings.json | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/docker/crupest-api/CrupestApi/Properties/launchSettings.json b/docker/crupest-api/CrupestApi/Properties/launchSettings.json deleted file mode 100644 index a4a5cbf..0000000 --- a/docker/crupest-api/CrupestApi/Properties/launchSettings.json +++ /dev/null @@ -1,15 +0,0 @@ -{
- "$schema": "https://json.schemastore.org/launchsettings.json",
- "profiles": {
- "dev": {
- "commandName": "Project",
- "dotnetRunMessages": true,
- "applicationUrl": "http://localhost:5188",
- "workingDirectory": ".",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development",
- "CRUPEST_API_CONFIG_FILE": "dev-config.json"
- }
- }
- }
-}
\ No newline at end of file |