Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update master #13

Merged
merged 50 commits into from
Dec 4, 2023
Merged
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
73a9e78
Dev (#3)
shashinma Nov 30, 2023
cf2b728
Update _Layout.cshtml
shashinma Nov 30, 2023
d5c7be4
Update Dockerfile
shashinma Dec 1, 2023
8dadf62
Delete BookEntriesViewModel.cs
shashinma Dec 1, 2023
3a907a0
Delete PhoneBookService.cs
shashinma Dec 1, 2023
e7c4b81
Update Program.cs
shashinma Dec 1, 2023
52cb2c2
Update PhonebookContext.cs
shashinma Dec 1, 2023
4fc8ac8
Update .gitignore
shashinma Dec 3, 2023
fa7ceb8
Added automatic application of unapplied migration
shashinma Dec 3, 2023
f9eca17
Delete libman.json
shashinma Dec 3, 2023
d8c3de1
Delet databases
shashinma Dec 3, 2023
8c54cb3
Update .gitignore
shashinma Dec 3, 2023
48f5bba
Update appsettings.Development.json
shashinma Dec 3, 2023
6c1aa73
Update appsettings.json
shashinma Dec 3, 2023
98ece83
Update PhoneBookController.cs
shashinma Dec 3, 2023
26cf7e3
Update migrations
shashinma Dec 3, 2023
b4dda61
Update launchSettings.json
shashinma Dec 3, 2023
67ed32f
Edit ConnectionStrings
shashinma Dec 3, 2023
b38d845
Update PhoneEdit.sln
shashinma Dec 3, 2023
2c6eded
Update PhoneEdit.csproj
shashinma Dec 3, 2023
2916519
Update Dockerfile
shashinma Dec 3, 2023
67c44b8
Update PhonebookContext.cs
shashinma Dec 3, 2023
a4f1368
Update .gitignore
shashinma Dec 3, 2023
451f50a
Create docker-image.yml
shashinma Dec 3, 2023
2289b7d
Update .gitignore
shashinma Dec 3, 2023
ed72aea
Merge branch 'master' of https://github.com/shashinma/PhoneEdit
shashinma Dec 3, 2023
52af7bb
Update dotnet.yml
shashinma Dec 3, 2023
0d7e744
Update docker-image.yml
shashinma Dec 3, 2023
267fe9e
Update README.md
shashinma Dec 3, 2023
4286ea1
Create docker-publish.yml
shashinma Dec 3, 2023
618e01f
Update docker-publish.yml
shashinma Dec 3, 2023
0837f5e
Delete .github/workflows/docker-publish.yml
shashinma Dec 3, 2023
bd40b2e
Create docker-publish.yml
shashinma Dec 3, 2023
299c08d
Delete IdentityContext.db
shashinma Dec 3, 2023
b5526fd
Delete PhoneBookContext.db
shashinma Dec 3, 2023
2f1dee0
Update appsettings.json
shashinma Dec 3, 2023
298de35
Update SampleData.cs
shashinma Dec 3, 2023
4b0685b
Update Program.cs
shashinma Dec 3, 2023
d30c4b5
Update launchSettings.json
shashinma Dec 3, 2023
f6e8bbc
Update DefaultUserService.cs
shashinma Dec 3, 2023
84d6e53
Update Index.cshtml
shashinma Dec 3, 2023
f770957
Update buttons
shashinma Dec 3, 2023
cff066d
Delete .github/workflows/docker-publish.yml
shashinma Dec 3, 2023
2d96e60
Create docker-publish.yml
shashinma Dec 3, 2023
9c48d2f
Update docker-publish.yml
shashinma Dec 3, 2023
7d0e4ca
Update README.md
shashinma Dec 3, 2023
50861aa
Update README.md
shashinma Dec 3, 2023
a266d65
Update README.md
shashinma Dec 3, 2023
b5c7100
Update README.md
shashinma Dec 4, 2023
7537aeb
Update README.md
shashinma Dec 4, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update launchSettings.json
Co-Authored-By: akinin <3820354+akinin@users.noreply.github.com>
shashinma and akinin committed Dec 3, 2023
commit d30c4b5c0a98f85e5940ae081aa1619cdcc52d38
8 changes: 4 additions & 4 deletions Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -3,21 +3,21 @@
"windowsAuthentication": false,
"anonymousAuthentication": true,
"iisExpress": {
"applicationUrl": "http://localhost:80/",
"applicationUrl": "http://localhost:5000/",
"sslPort": 443
}
},
"profiles": {
"PhoneEdit": {
"commandName": "Project",
"launchBrowser": true,
"applicationUrl": "http://localhost:80/"
"applicationUrl": "http://localhost:5000/"
},
"http": {
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "http://localhost:80",
"applicationUrl": "http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}
@@ -26,7 +26,7 @@
"commandName": "Project",
"dotnetRunMessages": true,
"launchBrowser": true,
"applicationUrl": "https://localhost:443;http://localhost:80",
"applicationUrl": "https://localhost:5001;http://localhost:5000",
"environmentVariables": {
"ASPNETCORE_ENVIRONMENT": "Development"
}