Skip to content

Commit

Permalink
moved initialized authorization mode variables out of the main pom
Browse files Browse the repository at this point in the history
  • Loading branch information
rkboyce committed Jun 15, 2024
1 parent 9b3abf5 commit 661eb69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
<spring.batch.repository.isolationLevelForCreate>ISOLATION_READ_COMMITTED</spring.batch.repository.isolationLevelForCreate>
<spring.profiles.active>default</spring.profiles.active>

<security.ohdsi.custom.authorization.mode>teamproject</security.ohdsi.custom.authorization.mode>
<security.ohdsi.custom.authorization.url>http://arborist-service/auth/mapping</security.ohdsi.custom.authorization.url>
<security.ohdsi.custom.authorization.mode></security.ohdsi.custom.authorization.mode>
<security.ohdsi.custom.authorization.url></security.ohdsi.custom.authorization.url>
<security.provider>DisabledSecurity</security.provider>
<security.token.expiration>43200</security.token.expiration>
<security.origin>http://localhost</security.origin>
Expand Down

0 comments on commit 661eb69

Please sign in to comment.