Skip to content

Commit

Permalink
updated dev env
Browse files Browse the repository at this point in the history
  • Loading branch information
numan947 committed Sep 20, 2024
1 parent 3fea463 commit f0d3212
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
2 changes: 2 additions & 0 deletions docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ services:

rat-api:
container_name: rat-api
pull_policy: always
image: numan947/rent-a-tool-backend
ports:
- "9999:9999"
Expand All @@ -41,6 +42,7 @@ services:

rat-web:
container_name: rat-web
pull_policy: always
image: numan947/rent-a-tool-frontend
ports:
- "4200:80"
Expand Down
16 changes: 6 additions & 10 deletions rent-a-tool/src/main/resources/application-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,12 @@ spring:
properties:
mail:
smtp:
trust: "*"
auth: true
ssl:
enable: true
trust: "*"
starttls:
enable: true
connectiontimeout: 5000
timeout: 5000
writetimeout: 5000
auth: true
ssl:
enable: true
trust: "*"
starttls:
enable: true

application:
file:
Expand Down

0 comments on commit f0d3212

Please sign in to comment.