Skip to content

Commit a342ef4

Browse files
committed
fix: adição do propriedade server.port no perfil de prod
1 parent 6ee0970 commit a342ef4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/main/resources/application-prod.properties

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
server.port=${API_PORT:8080}
2+
13
spring.datasource.url=jdbc:${DB_URL:postgresql://${HOST:localhost}:5432/studfit}
24
spring.datasource.username=${DB_USER:postgres}
35
spring.datasource.password=${DB_PASSWORD:1234567}

0 commit comments

Comments
 (0)