diff options
author | crupest <crupest@outlook.com> | 2020-01-05 23:19:56 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-01-05 23:19:56 +0800 |
commit | ff29d3f9d7b3a1478aefff0a18af7c37f746c40c (patch) | |
tree | 5c884cc6752341a4dde274f6fafd79ffcb4fb972 /Timeline/Properties | |
parent | 41e33d570ac7181824b7cd3612010bb1962af540 (diff) | |
download | timeline-ff29d3f9d7b3a1478aefff0a18af7c37f746c40c.tar.gz timeline-ff29d3f9d7b3a1478aefff0a18af7c37f746c40c.tar.bz2 timeline-ff29d3f9d7b3a1478aefff0a18af7c37f746c40c.zip |
Use sqlite development database.
Diffstat (limited to 'Timeline/Properties')
-rw-r--r-- | Timeline/Properties/launchSettings.json | 16 |
1 files changed, 1 insertions, 15 deletions
diff --git a/Timeline/Properties/launchSettings.json b/Timeline/Properties/launchSettings.json index 5d9312b5..2daf38db 100644 --- a/Timeline/Properties/launchSettings.json +++ b/Timeline/Properties/launchSettings.json @@ -1,19 +1,5 @@ { - "iisSettings": { - "windowsAuthentication": false, - "anonymousAuthentication": true, - "iisExpress": { - "applicationUrl": "http://localhost:2520", - "sslPort": 44362 - } - }, "profiles": { - "IIS Express": { - "commandName": "IISExpress", - "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" - } - }, "Timeline": { "commandName": "Project", "environmentVariables": { @@ -21,4 +7,4 @@ } } } -}
\ No newline at end of file +} |