From 50a720deb8787b0c6815db0479026c663ee00390 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20B=C5=82a=C5=BCejewicz=20=28Peter=20Blazejewicz=29?= Date: Mon, 16 Mar 2020 21:17:21 +0100 Subject: [PATCH] feat(docs): document `DEFAULT_LISTEN_ADDR` constant (#3443) This docs update was missing in the #2479 that added option for configurable listening address. --- 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