|
6 | 6 |
|
7 | 7 | ### Configuration |
8 | 8 |
|
9 | | -| Command line | Environment | Default | Description | |
10 | | -|--------------|-----------------|----------------|--------------------------------------------| |
11 | | -| address | UKEEPER_ADDRESS | all interfaces | web server listening address | |
12 | | -| port | UKEEPER_PORT | `8080` | web server port | |
13 | | -| mongo_uri | MONGO_URI | none | MongoDB connection string, _required_ | |
14 | | -| frontend_dir | FRONTEND_DIR | `/srv/web` | directory with frontend files | |
15 | | -| token | TOKEN | none | token for /content/v1/parser endpoint auth | |
16 | | -| mongo-delay | MONGO_DELAY | `0` | mongo initial delay | |
17 | | -| mongo-db | MONGO_DB | `ureadability` | mongo database name | |
18 | | -| creds | CREDS | none | credentials for protected calls | |
19 | | -| dbg | DEBUG | `false` | debug mode | |
| 9 | +| Command line | Environment | Default | Description | |
| 10 | +|--------------|-----------------|----------------|-------------------------------------------------------| |
| 11 | +| address | UKEEPER_ADDRESS | all interfaces | web server listening address | |
| 12 | +| port | UKEEPER_PORT | `8080` | web server port | |
| 13 | +| mongo_uri | MONGO_URI | none | MongoDB connection string, _required_ | |
| 14 | +| frontend_dir | FRONTEND_DIR | `/srv/web` | directory with frontend files | |
| 15 | +| token | TOKEN | none | token for /content/v1/parser endpoint auth | |
| 16 | +| mongo-delay | MONGO_DELAY | `0` | mongo initial delay | |
| 17 | +| mongo-db | MONGO_DB | `ureadability` | mongo database name | |
| 18 | +| creds | CREDS | none | credentials for protected calls (POST, DELETE /rules) | |
| 19 | +| dbg | DEBUG | `false` | debug mode | |
20 | 20 |
|
21 | 21 | ### API |
22 | 22 |
|
@@ -85,6 +85,7 @@ on master (dev version) prefix /ureadability should be added |
85 | 85 | "user": "" |
86 | 86 | } |
87 | 87 | ] |
| 88 | + |
88 | 89 | </details> |
89 | 90 |
|
90 | 91 | ## Development |
|
0 commit comments