diff --git a/.env_example b/.env_example index 81c31f225..b77b87bc0 100644 --- a/.env_example +++ b/.env_example @@ -23,10 +23,10 @@ TEST_COMFYUI_DIR=/home/ComfyUI # Whether to enable minification of the frontend code. ENABLE_MINIFY=true -# Whether to disable proxying the `/templates` route. If true, allows you to -# serve templates from the ComfyUI_frontend/public/templates folder (for -# locally testing changes to templates). When false or nonexistent, the -# templates are served via the normal method from the server's python site +# Whether to disable proxying the `/templates` route. If true, allows you to +# serve templates from the ComfyUI_frontend/public/templates folder (for +# locally testing changes to templates). When false or nonexistent, the +# templates are served via the normal method from the server's python site # packages. DISABLE_TEMPLATES_PROXY=false @@ -37,3 +37,8 @@ DISABLE_VUE_PLUGINS=false # Algolia credentials required for developing with the new custom node manager. ALGOLIA_APP_ID=4E0RO38HS8 ALGOLIA_API_KEY=684d998c36b67a9a9fce8fc2d8860579 + +# Sentry ENV vars replace with real ones for debugging +# SENTRY_AUTH_TOKEN=private-token # get from sentry +# SENTRY_ORG=comfy-org +# SENTRY_PROJECT=cloud-frontend-staging