Skip to content

Commit 8ce9b6c

Browse files
authored
Update CONFIGURATION.md
Fixed typo missing backtick
1 parent b64ade5 commit 8ce9b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/features/CONFIGURATION.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ groups in `invokeia.yaml`:
159159
| `host` | `localhost` | Name or IP address of the network interface that the web server will listen on |
160160
| `port` | `9090` | Network port number that the web server will listen on |
161161
| `allow_origins` | `[]` | A list of host names or IP addresses that are allowed to connect to the InvokeAI API in the format `['host1','host2',...]` |
162-
| `allow_credentials | `true` | Require credentials for a foreign host to access the InvokeAI API (don't change this) |
162+
| `allow_credentials` | `true` | Require credentials for a foreign host to access the InvokeAI API (don't change this) |
163163
| `allow_methods` | `*` | List of HTTP methods ("GET", "POST") that the web server is allowed to use when accessing the API |
164164
| `allow_headers` | `*` | List of HTTP headers that the web server will accept when accessing the API |
165165

0 commit comments

Comments
 (0)