mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-24 01:51:10 +01:00
chore(env): add LOCAL_API_ADDR to env example
This commit is contained in:
@@ -56,6 +56,10 @@ GODOXY_HTTP3_ENABLED=true
|
||||
# API listening address
|
||||
GODOXY_API_ADDR=127.0.0.1:8888
|
||||
|
||||
# Local API listening address (unauthenticated, optional)
|
||||
# Useful for local development, debugging or automation
|
||||
GODOXY_LOCAL_API_ADDR=
|
||||
|
||||
# Metrics
|
||||
GODOXY_METRICS_DISABLE_CPU=false
|
||||
GODOXY_METRICS_DISABLE_MEMORY=false
|
||||
|
||||
Reference in New Issue
Block a user