mirror of
https://git.datalinker.icu/comfyanonymous/ComfyUI
synced 2026-09-09 07:27:02 +08:00
14 lines
493 B
YAML
14 lines
493 B
YAML
# Private Configuration File
|
|
# These settings override the ones in configs.yaml
|
|
# Add this file to .gitignore to keep sensitive information private
|
|
|
|
# API Settings
|
|
API_URL: "http://localhost:8001" # Override the default port
|
|
|
|
# Custom private settings
|
|
DEBUG_MODE: true # Enable debug mode in development environment
|
|
|
|
# Custom Settings with overrides
|
|
CUSTOM_SETTINGS:
|
|
api_key: "your_secret_api_key_here" # Add private API keys
|
|
database_url: "postgresql://user:password@localhost:5432/db" |