mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
config: move 'CORS' settings to 'Web Server' in the docstring to match the actual category
This commit is contained in:
parent
8a8b09a953
commit
20ca9e1fc1
@ -36,16 +36,15 @@ InvokeAI:
|
|||||||
patchmatch: true
|
patchmatch: true
|
||||||
internet_available: true
|
internet_available: true
|
||||||
log_tokenization: false
|
log_tokenization: false
|
||||||
Cross-Origin Resource Sharing:
|
Web Server:
|
||||||
|
host: 127.0.0.1
|
||||||
|
port: 8081
|
||||||
allow_origins: []
|
allow_origins: []
|
||||||
allow_credentials: true
|
allow_credentials: true
|
||||||
allow_methods:
|
allow_methods:
|
||||||
- '*'
|
- '*'
|
||||||
allow_headers:
|
allow_headers:
|
||||||
- '*'
|
- '*'
|
||||||
Web Server:
|
|
||||||
host: 127.0.0.1
|
|
||||||
port: 8081
|
|
||||||
|
|
||||||
The default name of the configuration file is `invokeai.yaml`, located
|
The default name of the configuration file is `invokeai.yaml`, located
|
||||||
in INVOKEAI_ROOT. You can replace supersede this by providing any
|
in INVOKEAI_ROOT. You can replace supersede this by providing any
|
||||||
|
Loading…
x
Reference in New Issue
Block a user