update Readme and specify application port

This commit is contained in:
Meizar 2025-07-31 21:02:10 +07:00
parent d2a7ccbc75
commit fcb1f741b9
3 changed files with 26 additions and 21 deletions

View file

@ -4,5 +4,13 @@
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://0.0.0.0:80"
}
}
}
}