aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8d866f1..8ab4611 100644
--- a/README.md
+++ b/README.md
@@ -12,8 +12,15 @@ Install:
- Pistache
- json-c
+- nlohmann/json
- mongocxx
+### Why two json lib ?
+
+Because json-c is more fast than nlohmann/json when I do the test, json-c lib
+is only used for convert bson to json and vice versa. The nlohmann/json is
+only used for simplicty when loading config file.
+
# Build
```
@@ -28,7 +35,7 @@ move `swagger-ui` where you want.
# Configuration
-You can move example file in `~/.config/umosapi/config.json`.
+You can move example file in `~/.config/umosapi/config.txt`.
The key `swaggerui` is the path of the `swagger-ui` folder.