From fc30235e9b683344e401f3486a2d678621e63548 Mon Sep 17 00:00:00 2001 From: Knut Ahlers Date: Fri, 17 Jul 2020 01:04:58 +0200 Subject: [PATCH] Add docs for variables Signed-off-by: Knut Ahlers --- README.md | 2 ++ README.tpl.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 3028ecb..ca8d16b 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,8 @@ To use your own configuration file make it available in the container as `/etc/s ## Available configuration variables +For reference please refer to the [config example](https://github.com/librespeed/speedtest-go/blob/master/settings.toml) in the upstream repo. + | ENV Variable | Default Value | | ------------ | ------------- | | ASSETS_PATH | `/usr/local/share/speedtest` | diff --git a/README.tpl.md b/README.tpl.md index cd39070..ce77f6b 100644 --- a/README.tpl.md +++ b/README.tpl.md @@ -8,5 +8,7 @@ To use your own configuration file make it available in the container as `/etc/s ## Available configuration variables +For reference please refer to the [config example](https://github.com/librespeed/speedtest-go/blob/master/settings.toml) in the upstream repo. + | ENV Variable | Default Value | | ------------ | ------------- |