document configuration variables in README.md
All checks were successful
Build Container / Build Container (push) Successful in 1m32s
All checks were successful
Build Container / Build Container (push) Successful in 1m32s
This commit is contained in:
parent
f72f830b36
commit
5a550e4594
2 changed files with 20 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ def main():
|
|||
)
|
||||
argp.add_argument(
|
||||
"--openid-scope",
|
||||
default=os.environ.get("DOORIS_OPENID_SCOPE", "openid profile ccchh-roles"),
|
||||
default=os.environ.get("DOORIS_OPENID_SCOPE", "openid profile"),
|
||||
help="The Keycloak OpenID isser to use for authentication",
|
||||
)
|
||||
argp.add_argument(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue