From c5c75c30defc17e82d0a13ea2b2cce64e67fb8e3 Mon Sep 17 00:00:00 2001 From: LaoDC Date: Wed, 3 May 2017 19:25:14 +0700 Subject: [PATCH] Updated docs/ENVIRONMENT.rst to reflect changes in variables --- docs/ENVIRONMENT.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/ENVIRONMENT.rst b/docs/ENVIRONMENT.rst index 5c63cd5..31787b8 100644 --- a/docs/ENVIRONMENT.rst +++ b/docs/ENVIRONMENT.rst @@ -116,8 +116,10 @@ These environment variables are optional: You can place several meta-variables in your banner file, which will be replaced before serving to a client. - + **$VERSION** is replaced with the ElectrumX version you are - runnning, such as *ElectrumX 0.9.22*. + + **$SERVER_VERSION** is replaced with the ElectrumX version you are + runnning, such as *1.0.10*. + + **$_SERVER_SUBVERSION** is replace with the ElectrumX user agent + string. For example, `ElectrumX 1.0.10`. + **$DAEMON_VERSION** is replaced with the daemon's version as a dot-separated string. For example *0.12.1*. + **$DAEMON_SUBVERSION** is replaced with the daemon's user agent