File tree 1 file changed +11
-1
lines changed
1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,19 @@ API to generate millipedes
6
6
7
7
## Documentation
8
8
9
- GET /api/\< version\> /millipede
9
+ ` GET /api/\<version\>/millipede `
10
10
* return: a millipede
11
11
* parameters:
12
12
* size: provide the size of the millipede (default is 10)
13
13
* reverse: true to have a reverse millipede (default is false)
14
14
* comment: provide a comment to the generated millipede
15
+
16
+ ## Configuration
17
+
18
+ By default MaaS looks for an optional configuration file located to ` /etc/maas.cfg ` .
19
+ You can override this value by setting the environment variable ` MAAS_CONFIG_FILE ` to whatever it pleases.
20
+
21
+ The configuration file expected content is valid python code.
22
+
23
+ ### Values:
24
+ * ` REDIS_URL ` : Url to the redis server for cache purpose. Caching is optional but greatly recommended
You can’t perform that action at this time.
0 commit comments