Skip to content

Commit

Permalink
[#3979] Open 80 port for backend app (#3981)
Browse files Browse the repository at this point in the history
* [#3979] Open 80 port for backend app

* [#3979] Open 80 port for backend app
  • Loading branch information
mustafaozhan authored Sep 26, 2024
1 parent 618d1fd commit 382293d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/app/src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ktor {
deployment {
port = 8080
port = ${?PORT}
port = 8080 ; TODO can be removed when enough amount of users are using the 80 port
port = 80
}
application {
modules = [
Expand Down

0 comments on commit 382293d

Please sign in to comment.