27 lines
482 B
YAML
27 lines
482 B
YAML
|
---
|
||
|
argument_specs:
|
||
|
main:
|
||
|
options:
|
||
|
db_url:
|
||
|
type: str
|
||
|
required: true
|
||
|
external_domain:
|
||
|
type: str
|
||
|
required: true
|
||
|
tz:
|
||
|
type: str
|
||
|
tag:
|
||
|
type: str
|
||
|
openid_client_id:
|
||
|
type: str
|
||
|
openid_client_secret:
|
||
|
type: str
|
||
|
openid_issuer_url:
|
||
|
type: str
|
||
|
openid_button_text:
|
||
|
type: str
|
||
|
openid_scopes:
|
||
|
type: str
|
||
|
default_storage_quota_gib:
|
||
|
type: int
|