update module options
This commit is contained in:
parent
078f5447a7
commit
69348fa45a
2 changed files with 9 additions and 10 deletions
18
README.org
18
README.org
|
|
@ -72,15 +72,15 @@
|
||||||
|
|
||||||
All configuration options are:
|
All configuration options are:
|
||||||
|
|
||||||
| Option | Description | Default value |
|
| Option | Description | Type | Default value |
|
||||||
|-----------+-----------------------------------+---------------|
|
|-----------+-----------------------------------+-------+---------------|
|
||||||
| address | Bind address of the server | 127.0.0.1 |
|
| address | Bind address of the server | =str= | =127.0.0.1= |
|
||||||
| port | Port on which the server listens | 8000 |
|
| port | Port on which the server listens | =int= | =8000= |
|
||||||
| user | User under which the server runs | raincloud |
|
| user | User under which the server runs | =str= | =raincloud= |
|
||||||
| group | Group under which the server runs | raincloud |
|
| group | Group under which the server runs | =str= | =raincloud= |
|
||||||
| cloudName | Name of the raincloud | raincloud |
|
| cloudName | Name of the raincloud | =str= | =raincloud= |
|
||||||
| basePath | Base path of the raincloud | |
|
| basePath | Base path of the raincloud | =str= | |
|
||||||
| secretKey | Flask secret key | i_am_a_key |
|
| secretKey | Flask secret key | =str= | |
|
||||||
|
|
||||||
** Configuration
|
** Configuration
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -70,7 +70,6 @@
|
||||||
|
|
||||||
secretKey = mkOption {
|
secretKey = mkOption {
|
||||||
type = types.str;
|
type = types.str;
|
||||||
default = "i_am_a_key";
|
|
||||||
description = "Flask secret key";
|
description = "Flask secret key";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue