Skip to content

Commit

Permalink
Merge pull request #48 from MichiBaum/develop
Browse files Browse the repository at this point in the history
Enable non-secure ports in production config
  • Loading branch information
MichiBaum authored Oct 26, 2024
2 parents a2e0120 + 066b0b5 commit 01525aa
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion admin-service/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ eureka:
defaultZone: http://registry-service:8761/eureka
instance:
secure-port-enabled: true
non-secure-port-enabled: false
non-secure-port-enabled: true
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ eureka:
defaultZone: http://registry-service:8761/eureka
instance:
secure-port-enabled: true
non-secure-port-enabled: false
non-secure-port-enabled: true
2 changes: 1 addition & 1 deletion chess-service/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ eureka:
defaultZone: http://registry-service:8761/eureka
instance:
secure-port-enabled: true
non-secure-port-enabled: false
non-secure-port-enabled: true
2 changes: 1 addition & 1 deletion fitness-service/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ eureka:
defaultZone: http://registry-service:8761/eureka
instance:
secure-port-enabled: true
non-secure-port-enabled: false
non-secure-port-enabled: true
2 changes: 1 addition & 1 deletion gateway-service/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ eureka:
defaultZone: http://registry-service:8761/eureka
instance:
secure-port-enabled: true
non-secure-port-enabled: false
non-secure-port-enabled: true
2 changes: 1 addition & 1 deletion registry-service/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ eureka:
defaultZone: http://registry-service:8761/eureka
instance:
secure-port-enabled: true
non-secure-port-enabled: false
non-secure-port-enabled: true
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ eureka:
defaultZone: http://registry-service:8761/eureka
instance:
secure-port-enabled: true
non-secure-port-enabled: false
non-secure-port-enabled: true
2 changes: 1 addition & 1 deletion website-service/src/main/resources/application-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ eureka:
defaultZone: http://registry-service:8761/eureka
instance:
secure-port-enabled: true
non-secure-port-enabled: false
non-secure-port-enabled: true

0 comments on commit 01525aa

Please sign in to comment.