Skip to content

Commit b3407e4

Browse files
committed
Update application.properties
SSL - conflic with heroku
1 parent 34c395a commit b3407e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

backend/src/main/resources/application.properties

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
server.port = ${PORT:8080}
2-
#server.ssl.key-store = classpath:wallypop.jks
3-
#server.ssl.key-store-password = secret
4-
#server.ssl.key-password = secret
1+
server.port = ${PORT:8443}
2+
server.ssl.key-store = classpath:wallypop.jks
3+
server.ssl.key-store-password = secret
4+
server.ssl.key-password = secret
55

66

77
spring.mustache.suffix=.html

0 commit comments

Comments
 (0)