Skip to content

Commit

Permalink
Update .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
marest94 committed Feb 27, 2024
1 parent db90b30 commit 8064058
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .env
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ IDSCP2=false

EXTRACT_PAYLOAD_FROM_RESPONSE=true

VALIDATE_SELF_DESCRIPTION=false
VALIDATE_SELF_DESCRIPTION=true

### PROVIDER Configuration
PROVIDER_ECC_SELF_DESCRIPTION_URL=https://ecc-provider
Expand All @@ -44,8 +44,8 @@ PROVIDER_DATA_APP_ENDPOINT=https://be-dataapp-provider:8083/data
#PROVIDER_DATA_APP_ENDPOINT=https://be-dataapp-provider:9000/incoming-data-app/routerBodyBinary
PROVIDER_WS_EDGE=false
PROVIDER_ISSUER_CONNECTOR_URI=http://w3id.org/engrd/connector/provider
PROVIDER_DATA_APP_FIREWALL=false
PROVIDER_ECC_FIREWALL=false
PROVIDER_DATA_APP_FIREWALL=true
PROVIDER_ECC_FIREWALL=true


### CONSUMER Configuration
Expand All @@ -59,5 +59,5 @@ CONSUMER_MULTIPART_EDGE=form
CONSUMER_DATA_APP_ENDPOINT=https://be-dataapp-consumer:8083/data
CONSUMER_WS_EDGE=false
CONSUMER_ISSUER_CONNECTOR_URI=http://w3id.org/engrd/connector/consumer
CONSUMER_DATA_APP_FIREWALL=false
CONSUMER_ECC_FIREWALL=false
CONSUMER_DATA_APP_FIREWALL=true
CONSUMER_ECC_FIREWALL=true

0 comments on commit 8064058

Please sign in to comment.