Skip to content

Commit cd9d6d4

Browse files
author
Bob Crowley
committed
cleaned up things that should not be tracked by git
1 parent 014ddc6 commit cd9d6d4

File tree

75 files changed

+2
-28701
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

75 files changed

+2
-28701
lines changed

PostmanDelivers.API/Properties/launchSettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"environmentVariables": {
2424
"ASPNETCORE_ENVIRONMENT": "Development"
2525
},
26-
"applicationUrl": "https://localhost:5001;http://localhost:5000"
26+
"applicationUrl": "https://localhost:6001;http://localhost:6000"
2727
}
2828
}
2929
}

PostmanDelivers.API/appsettings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
}
66
},
77
"AllowedHosts": "*",
8-
"ConnectionStr": "Data Source=C:\\ProgramData\\PostmanDeliversData\\GameDB.sqlite3;Version=3;"
8+
"ConnectionStr": "Data Source=C:\\ProgramData\\postmandelivers\\GameDB.sqlite3;Version=3;"
99
}

0 commit comments

Comments
 (0)