Skip to content

Commit

Permalink
TEST: ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
wiemanboy committed Oct 12, 2024
1 parent 51ef7c5 commit 0be4365
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/main/resources/application.properties
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ spring.data.mongodb.database=${MONGO_DB:dev_db}
spring.data.mongodb.username=${MONGO_USER:admin}
spring.data.mongodb.password=${MONGO_PASS:admin}
spring.data.mongodb.authentication-database=${MONGO_AUTH_DB:admin}
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration
okta.oauth2.issuer=https://${AUTH0_BASE_URL}/
okta.oauth2.client-id=${AUTH0_CLIENT_ID}
okta.oauth2.client-secret=${AUTH0_CLIENT_SECRET}
okta.oauth2.audience=${AUTH0_AUDIENCE}
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration

0 comments on commit 0be4365

Please sign in to comment.