zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit 257dc428bd5d7a6c2466aa22ae8c7105f0321b4e
parent 62716d3338771cae70da8fb9df46c1a0c923c52d
Author: Alberto Lerda <albertolerda97@gmail.com>
Date:   Fri,  6 Jan 2023 16:36:52 +0100

improved documentation

Diffstat:
Mdocs/configuration-guide.md | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/docs/configuration-guide.md b/docs/configuration-guide.md @@ -42,6 +42,14 @@ also see the [Required Options](#required-options). * `ROOM_SALT`: The base64-encoded salt to be used with Restroom's keypairoomServer call. +* `DID_HOST`: The hostname or IP address of the DID controller instance. + Defaults to `did.dyne.org`. +* `DID_PORT`: The port number of the Restroom instance. It must be an integer + between `0` and `65535`, inclusive. Defaults to `80`. +* `DID_SCHEME`: Protocol to be used, either `http` or `https`. +* `DID_KEYRING`: Keyring (identity) of the server, it is not defined + communication with DID controller is disabled. + * `ADMIN_KEY`: A 64-octect long, lowercase-base16-encoded string used for the authenticating calls from the administrators. Can be generated with `openssl rand -hex 64`. It is automatically generated when you run