Skip to content

Commit

Permalink
change from relative path tmp to /tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
nanjiangshu committed Dec 10, 2024
1 parent 10fd23b commit deaf0a3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions sda/config_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ auth:
infoURL: "http://example.org/about"
jwt:
issuer: "https://localhost:8888"
privateKey: "tmp/shared/keys/jwt.key"
privateKey: "/tmp/shared/keys/jwt.key"
signatureAlg: ES256
tokenTTL: 168
publicFile: "tmp/shared/c4gh.pub.pem"
publicFile: "/tmp/shared/c4gh.pub.pem"
resignJwt:
s3Inbox: "http://localhost:18000"

Expand Down Expand Up @@ -69,9 +69,9 @@ db:
sslmode: "disable"

c4gh:
filePath: "tmp/shared/c4gh.sec.pem"
filePath: "/tmp/shared/c4gh.sec.pem"
passphrase: "c4ghpass"
syncPubKeyPath: "tmp/shared/sync.pub.pem"
syncPubKeyPath: "/tmp/shared/sync.pub.pem"

oidc:
configuration:
Expand All @@ -80,7 +80,7 @@ oidc:
server:
cert: ""
key: ""
jwtpubkeypath: "tmp/shared/keys/pub/"
jwtpubkeypath: "/tmp/shared/keys/pub/"
jwtpubkeyurl: "http://oidc:8080/jwk"

sync:
Expand Down

0 comments on commit deaf0a3

Please sign in to comment.