Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/src/generated/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
{
"category": "WEB",
"default": null,
"description": "SSL certificate file for HTTPS. See https://www.uvicorn.org/settings/#https.",
"description": "SSL certificate file for HTTPS. See https://www.uvicorn.dev/settings/#https.",
"env_var": "INVOKEAI_SSL_CERTFILE",
"literal_values": [],
"name": "ssl_certfile",
Expand All @@ -84,7 +84,7 @@
{
"category": "WEB",
"default": null,
"description": "SSL key file for HTTPS. See https://www.uvicorn.org/settings/#https.",
"description": "SSL key file for HTTPS. See https://www.uvicorn.dev/settings/#https.",
"env_var": "INVOKEAI_SSL_KEYFILE",
"literal_values": [],
"name": "ssl_keyfile",
Expand Down
4 changes: 2 additions & 2 deletions invokeai/app/services/config/config_default.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ class InvokeAIAppConfig(BaseSettings):
allow_credentials: Allow CORS credentials.
allow_methods: Methods allowed for CORS.
allow_headers: Headers allowed for CORS.
ssl_certfile: SSL certificate file for HTTPS. See https://www.uvicorn.org/settings/#https.
ssl_keyfile: SSL key file for HTTPS. See https://www.uvicorn.org/settings/#https.
ssl_certfile: SSL certificate file for HTTPS. See https://www.uvicorn.dev/settings/#https.
ssl_keyfile: SSL key file for HTTPS. See https://www.uvicorn.dev/settings/#https.
log_tokenization: Enable logging of parsed prompt tokens.
patchmatch: Enable patchmatch inpaint code.
models_dir: Path to the models directory.
Expand Down
Loading
Loading