16 lines
301 B
YAML
16 lines
301 B
YAML
---
|
|
argument_specs:
|
|
main:
|
|
options:
|
|
csrf_trusted_origins:
|
|
type: str
|
|
required: true
|
|
allowed_hosts:
|
|
type: str
|
|
required: true
|
|
public_index:
|
|
type: bool
|
|
public_snapshots:
|
|
type: bool
|
|
save_archive_dot_org:
|
|
type: bool
|