Skip to content

Commit

Permalink
fix: fixing service name on r2dbc
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulo Gomes da Cruz Junior committed Jan 26, 2023
1 parent 1f9de7e commit e66efbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion legacy/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spring:
banner-mode: "off"
allow-bean-definition-overriding: true
r2dbc:
url: r2dbcs:oracle:thin:@tcps://${ca.bc.gov.nrs.oracle.host}/${ca.bc.gov.nrs.oracle.database}
url: r2dbcs:oracle:thin:@tcps://${ca.bc.gov.nrs.oracle.host}/${ca.bc.gov.nrs.oracle.service}
username: ${ca.bc.gov.nrs.oracle.username}
password: ${ca.bc.gov.nrs.oracle.password}
pool:
Expand Down

0 comments on commit e66efbb

Please sign in to comment.