From 1e8b2febaf56d1068ed6520ac6a9a01d582a010d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20B=C5=82a=C5=BCejewicz=20=28Peter=20Blazejewicz=29?= Date: Sun, 8 Mar 2020 12:09:53 +0100 Subject: [PATCH] feat(docs): document `DEFAULT_LISTEN_ADDR` constant This docs update was missing in the #2479 that added option for configurable listening address. Thanks! --- docs/dev/04-public-api.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/dev/04-public-api.md b/docs/dev/04-public-api.md index 24d9b81e5..783f8e8f5 100644 --- a/docs/dev/04-public-api.md +++ b/docs/dev/04-public-api.md @@ -184,6 +184,10 @@ The default port used for the karma server The default hostname used for the karma server +### **constants.DEFAULT_LISTEN_ADDR** + +The default address use for the karma server to listen on + ### **constants.LOG_DISABLE** The value for disabling logs