-
Notifications
You must be signed in to change notification settings - Fork 87
/
Copy path.env_example
27 lines (20 loc) · 1.01 KB
/
.env_example
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# The host to use for the ComfyUI server.
COMFY_HOST=127.0.0.1
# The port to use for the ComfyUI server.
COMFY_PORT=8188
# Whether to use an external server instead of starting one locally.
USE_EXTERNAL_SERVER=false
# The URL of the development server to use.
# You can attach your own ComfyUI instance to the frontend dev server as well.
# Run `npm run dev` in the frontend repo(https://github.com/Comfy-Org/ComfyUI_frontend)
# to start a development server.
DEV_SERVER_URL=http://localhost:5173
# When DEV_SERVER_URL is set, whether to automatically open dev tools on app start.
DEV_TOOLS_AUTO=false
# The level of logging to use.
LOG_LEVEL=debug
# Send events to Sentry
SENTRY_ENABLED=false
# The path to the Chrome Vue DevTools extension. Install the extension, then to find the path follow this:
# https://www.electronjs.org/docs/latest/tutorial/devtools-extension#manually-loading-a-devtools-extension
VUE_DEVTOOLS_PATH=%LOCALAPPDATA%\Google\Chrome\User Data\Default\Extensions\nhdogjmejiglipccpnnnanhbledajbpd\{version}