Skip to content

Commit

Permalink
move config file to .example
Browse files Browse the repository at this point in the history
  • Loading branch information
MalinAhlberg committed Apr 16, 2024
1 parent 93db5c0 commit 4c7fe6f
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 171 deletions.
70 changes: 0 additions & 70 deletions .env

This file was deleted.

86 changes: 0 additions & 86 deletions config/config.yaml

This file was deleted.

12 changes: 11 additions & 1 deletion config/config.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,16 @@ oidc:
trusted:
iss: "/iss.json"

grpc:
host: "reencrypt"
port: 50443
cacert: "/shared/cert/ca.crt"
serverkey: "/shared/cert/server.key"
servercert: "/shared/cert/server.crt"
clientkey: "/shared/cert/client.key"
clientcert: "/shared/cert/client.crt"
timeout: 5

schema:
type: isolated

Expand All @@ -73,4 +83,4 @@ session:
httponly: true
# name of session cookie
# default value = sda_session_key
name: "sda_session_key"
name: "sda_session_key"
14 changes: 0 additions & 14 deletions config/iss.json

This file was deleted.

0 comments on commit 4c7fe6f

Please sign in to comment.