Skip to content

Commit c7ebfe5

Browse files
committed
work
1 parent 5b65e70 commit c7ebfe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/resources/application.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
server:
2-
# port: ${SIMPLEWORKLIST_PORT}
2+
port: ${PORT}
33
error:
44
path: /fehler
55
compression:
@@ -26,7 +26,7 @@ spring:
2626
jta:
2727
atomikos:
2828
connectionfactory:
29-
xa-connection-factory-class-name: org.postgresql.xa.PGXADataSource
29+
xa-connection-factory-class-name: org.postgresql.xa.PGXAConnection
3030
jpa:
3131
open-in-view: true
3232
show-sql: true
@@ -148,7 +148,7 @@ spring:
148148
hibernate:
149149
ddl-auto: update
150150
server:
151-
port: 8080
151+
port: ${PORT}
152152
compression:
153153
enabled: true
154154
logging:

0 commit comments

Comments
 (0)