diff options
author | crupest <crupest@outlook.com> | 2022-10-23 23:53:15 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-10-23 23:53:15 +0800 |
commit | 83f4fc8ab07a7f4cd3bba8042d600d7a4543bcaf (patch) | |
tree | 24a034a5fb23b71c51ea135efaa23ff24f7016a5 /BackEnd/Timeline/Properties/launchSettings.json | |
parent | 4a12e66fcba50cd566a4ab8c072a50ed0751dc0b (diff) | |
download | timeline-83f4fc8ab07a7f4cd3bba8042d600d7a4543bcaf.tar.gz timeline-83f4fc8ab07a7f4cd3bba8042d600d7a4543bcaf.tar.bz2 timeline-83f4fc8ab07a7f4cd3bba8042d600d7a4543bcaf.zip |
It's been a long time not developing this. Still need some time to get
it work again.
Diffstat (limited to 'BackEnd/Timeline/Properties/launchSettings.json')
-rw-r--r-- | BackEnd/Timeline/Properties/launchSettings.json | 59 |
1 files changed, 35 insertions, 24 deletions
diff --git a/BackEnd/Timeline/Properties/launchSettings.json b/BackEnd/Timeline/Properties/launchSettings.json index 7f68b709..e081e0f3 100644 --- a/BackEnd/Timeline/Properties/launchSettings.json +++ b/BackEnd/Timeline/Properties/launchSettings.json @@ -1,24 +1,35 @@ -{
- "profiles": {
- "Dev": {
- "commandName": "Project",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development",
- "ASPNETCORE_FRONTEND": "Disable"
- }
- },
- "Dev-Mock": {
- "commandName": "Project",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Development",
- "ASPNETCORE_FRONTEND": "Mock"
- }
- },
- "Staging": {
- "commandName": "Project",
- "environmentVariables": {
- "ASPNETCORE_ENVIRONMENT": "Staging"
- }
- }
- }
-}
+{ + "profiles": { + "Dev": { + "commandName": "Project", + "applicationUrl": "http://localhost:5000/", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development", + "ASPNETCORE_FRONTEND": "Disable" + } + }, + "Dev-Mock": { + "commandName": "Project", + "applicationUrl": "http://localhost:5000/", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development", + "ASPNETCORE_FRONTEND": "Mock" + } + }, + "Staging": { + "commandName": "Project", + "applicationUrl": "http://localhost:5000/", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Staging" + } + }, + "Timeline": { + "commandName": "Project", + "launchBrowser": true, + "applicationUrl": "http://localhost:49414", + "environmentVariables": { + "ASPNETCORE_ENVIRONMENT": "Development" + } + } + } +}
\ No newline at end of file |