Skip to content

Commit

Permalink
removed one config value
Browse files Browse the repository at this point in the history
  • Loading branch information
cengiz-yazici committed Jul 30, 2024
1 parent 5525665 commit ef71a98
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
3 changes: 0 additions & 3 deletions connector/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,8 @@ dependencies {
implementation("${edcGroup}:control-plane-api:${edcVersion}")
implementation("${edcGroup}:control-plane-core:${edcVersion}")
//implementation("${edcGroup}:control-plane-transfer:${edcVersion}")

implementation("${edcGroup}:dsp:${edcVersion}")

implementation("${edcGroup}:auth-tokenbased:${edcVersion}")

implementation("${edcGroup}:management-api:${edcVersion}")

//implementation(project(":extension"))
Expand Down
9 changes: 4 additions & 5 deletions connector/resources/config.properties
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
edc.participant.id=possible
edc.dsp.callback.address=http://localhost:8282/protocol
edc.dpf.selector.url=a
web.http.port=8181
web.http.path=/api
web.http.management.port=8182
web.http.management.path=/management
web.http.protocol.port=8282
web.http.protocol.port=8183
web.http.protocol.path=/protocol
web.http.control.port=8283
web.http.control.port=8184
web.http.control.path=/control
web.http.public.port=8284
web.http.public.port=8185
web.http.public.path=/public
web.http.data.port=8285
web.http.data.port=8186
web.http.data.path=/data
edc.api.auth.key=password
possible.catalog.jwt.token=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJyZWFsbV9hY2Nlc3MiOnsicm9sZXMiOlsib3BlcmF0b3IiXX19.lMkYKTViVNVPFH49ntdkruLe5EaWRUYt1YL-1Y7b0gc
Expand Down

0 comments on commit ef71a98

Please sign in to comment.