Skip to content

Commit

Permalink
fix: changing props to enable db connection
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Gomes da Cruz Junior committed Feb 7, 2023
1 parent c0be2f6 commit f89fb23
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions legacy/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,7 @@ management:
web:
base-path: /
exposure:
include: "*"
httpexchanges:
recording:
include: principal,request-headers,response-headers,cookie-headers,time-taken,authorization-header,remote-address,session-id
include: health,metrics

springdoc:
webjars:
Expand All @@ -57,5 +54,4 @@ ca:
database: ${ORACLEDB_DATABASE:fsa-forest}
host: ${ORACLEDB_HOST:localhost}:${ORACLEDB_PORT:1521}
username: ${ORACLEDB_USER:user}
password: ${ORACLEDB_PASSWORD:passwd}
schema: THE
password: ${ORACLEDB_PASSWORD:passwd}

0 comments on commit f89fb23

Please sign in to comment.