From d9cba5c1a66e49b1728f1d9ad456624217c259a0 Mon Sep 17 00:00:00 2001 From: Ayman Bagabas Date: Tue, 25 Apr 2023 17:39:06 -0400 Subject: [PATCH] docs: update server settings --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 4220e3c1f54179ad2c05e845fd185fed9be78320..c78a71970e689eb106dd099d054c52fef32ce967 100644 --- a/README.md +++ b/README.md @@ -184,6 +184,11 @@ http: stats: # The address on which the stats server will listen. listen_addr: ":8081" + +# Additional admin keys. +#initial_admin_keys: +# - "ssh-rsa AAAAB3NzaC1yc2..." + ``` You can also use environment variables, to override these settings. All server