From 963ebc7ad3d970f19f8623d57e60f4e505d79243 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Mon, 25 Apr 2022 21:03:12 +0200 Subject: [PATCH] update README --- README.org | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.org b/README.org index 12a2ed7..999fa54 100644 --- a/README.org +++ b/README.org @@ -73,15 +73,15 @@ All configuration options are: - | Option | Description | Type | Default value | Example | - |-----------+-----------------------------------+-------+---------------+----------------------| - | address | Bind address of the server | =str= | =127.0.0.1= | =0.0.0.0= | - | port | Port on which the server listens | =int= | =8000= | =5000= | - | user | User under which the server runs | =str= | =raincloud= | =alice= | - | group | Group under which the server runs | =str= | =raincloud= | =users= | - | cloudName | Name of the raincloud | =str= | =raincloud= | =bobsCloud= | - | basePath | Base path of the raincloud | =str= | | =/var/lib/raincloud= | - | secretKey | Flask secret key | =str= | | =i_am_a_key= | + | Option | Description | Type | Default value | Example | + |-------------+-----------------------------------+-------+---------------+----------------------| + | =address= | Bind address of the server | =str= | =127.0.0.1= | =0.0.0.0= | + | =port= | Port on which the server listens | =int= | =8000= | =5000= | + | =user= | User under which the server runs | =str= | =raincloud= | =alice= | + | =group= | Group under which the server runs | =str= | =raincloud= | =users= | + | =cloudName= | Name of the raincloud | =str= | =raincloud= | =bobsCloud= | + | =basePath= | Base path of the raincloud | =str= | | =/var/lib/raincloud= | + | =secretKey= | Flask secret key | =str= | | =i_am_a_key= | ** Configuration