From 73b11eb17cfdb0578f38a18d6c5258f6f5ca3d79 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Thu, 29 Feb 2024 13:17:36 +0100 Subject: [doc-default-token] add default metrics_token in quick start + uniformize use of base64 --- doc/book/quick-start/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/book/quick-start') diff --git a/doc/book/quick-start/_index.md b/doc/book/quick-start/_index.md index acfefb07..f359843d 100644 --- a/doc/book/quick-start/_index.md +++ b/doc/book/quick-start/_index.md @@ -79,8 +79,9 @@ index = "index.html" api_bind_addr = "[::]:3904" [admin] -api_bind_addr = "0.0.0.0:3903" +api_bind_addr = "[::]:3903" admin_token = "$(openssl rand -base64 32)" +metrics_token = "$(openssl rand -base64 32)" EOF ``` -- cgit v1.2.3