diff options
author | Alex Auvolat <alex@adnab.me> | 2024-02-29 13:17:36 +0100 |
---|---|---|
committer | Alex Auvolat <alex@adnab.me> | 2024-02-29 13:17:36 +0100 |
commit | 73b11eb17cfdb0578f38a18d6c5258f6f5ca3d79 (patch) | |
tree | 6b84f9c0c0119554491974fccd2406ed649c90e5 /doc/book/quick-start/_index.md | |
parent | 10031a3a9130a55a832e8aebc00eee942394be93 (diff) | |
download | garage-73b11eb17cfdb0578f38a18d6c5258f6f5ca3d79.tar.gz garage-73b11eb17cfdb0578f38a18d6c5258f6f5ca3d79.zip |
[doc-default-token] add default metrics_token in quick start + uniformize use of base64
Diffstat (limited to 'doc/book/quick-start/_index.md')
-rw-r--r-- | doc/book/quick-start/_index.md | 3 |
1 files changed, 2 insertions, 1 deletions
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 ``` |