Skip to content

Commit

Permalink
disable connector config (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
a-trzewik authored May 5, 2021
1 parent f6ca2c7 commit de42c2e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,18 @@ dgc:
gateway:
connector:
enabled: false
endpoint: https://dgc-gateway.example.com
proxy:
enabled: false
max-cache-age: 300
tls-trust-store:
password: dgcg-p4ssw0rd
path: classpath:tls_trust_store.p12
tls-key-store:
alias: 1
password: dgcg-p4ssw0rd
path: classpath:tls_key_store.p12
trust-anchor:
alias: ta
password: dgcg-p4ssw0rd
path: classpath:trust_anchor.jks
# endpoint: https://dgc-gateway.example.com
# proxy:
# enabled: false
# max-cache-age: 300
# tls-trust-store:
# password: dgcg-p4ssw0rd
# path: classpath:tls_trust_store.p12
# tls-key-store:
# alias: 1
# password: dgcg-p4ssw0rd
# path: classpath:tls_key_store.p12
# trust-anchor:
# alias: ta
# password: dgcg-p4ssw0rd
# path: classpath:trust_anchor.jks

0 comments on commit de42c2e

Please sign in to comment.