config: move 'CORS' settings to 'Web Server' in the docstring to match the actual category

This commit is contained in:
Eugene 2023-05-17 19:45:51 -04:00
parent 8a8b09a953
commit 20ca9e1fc1

View File

@ -36,16 +36,15 @@ InvokeAI:
patchmatch: true
internet_available: true
log_tokenization: false
Cross-Origin Resource Sharing:
Web Server:
host: 127.0.0.1
port: 8081
allow_origins: []
allow_credentials: true
allow_methods:
- '*'
allow_headers:
- '*'
Web Server:
host: 127.0.0.1
port: 8081
The default name of the configuration file is `invokeai.yaml`, located
in INVOKEAI_ROOT. You can replace supersede this by providing any