18 lines
443 B
YAML
18 lines
443 B
YAML
server:
|
|
# The port to listen on for incoming connections
|
|
port: 18020
|
|
# The log level to use
|
|
log:
|
|
level: debug
|
|
# The path to the log file
|
|
path: logs
|
|
# The number of log files to retain (default: 5)
|
|
retain_days: 5
|
|
runtime:
|
|
# Warm up uv/deno dependencies on service startup.
|
|
# Keep this disabled to avoid repeated dependency checks/downloads at startup.
|
|
warm_up_on_start: false
|
|
mirror:
|
|
npm_registry: ""
|
|
pypi_index_url: ""
|