Skip to content

Commit

Permalink
Updated for testing
Browse files Browse the repository at this point in the history
Updated ports just for testing
  • Loading branch information
deoyani committed Jun 12, 2024
1 parent 7b31b38 commit 1729971
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 14 deletions.
14 changes: 2 additions & 12 deletions src/main/resources/bootstrap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,7 @@ spring:
cloud:
config:
uri: http://localhost:8084


#spring:
# application:
# name: oar-rmm-service
## data:
## mongodb:
## host: localhost
## port: 27017
## database: TestDB


server:
port: 8085
servlet:
Expand All @@ -27,7 +17,7 @@ server:
max-http-header-size: 65536
tomcat:
accesslog:
directory: /var/log/rmm
directory: /tmp/rmm
enabled: true
file-date-format: yyyy-MM-dd
prefix: tomcat-access-log
Expand Down
4 changes: 2 additions & 2 deletions src/test/resources/bootstrap-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ spring:
data:
mongodb:
host: localhost
port: 27017
database: TestDB
port: 3122
database: TEST

profiles:
active:
Expand Down

0 comments on commit 1729971

Please sign in to comment.