diff --git a/README.md b/README.md index 0eaaca4..0d0b0f3 100644 --- a/README.md +++ b/README.md @@ -146,6 +146,7 @@ oDinZu WenKi(Charles) https://liberapay.com/oDinZu/ * Cambalache https://gitlab.gnome.org/jpu/cambalache * C References https://en.cppreference.com/w/c * CMake Documentation https://cmake.org/cmake/help/book/mastering-cmake/index.html +* CPM Make Github https://github.com/cpm-cmake/CPM.cmake#snippets * Drogon Web Server https://github.com/drogonframework/drogon * Geany IDE https://www.geany.org/ * Gio Documentation https://docs.gtk.org/gio/index.html diff --git a/vendors/api-server/models/model.json b/vendors/api-server/models/model.json index c5045ae..8f55e74 100644 --- a/vendors/api-server/models/model.json +++ b/vendors/api-server/models/model.json @@ -8,7 +8,7 @@ //port: server port, 5432 by default; "port": 5432, //dbname: Database name; - "dbname": "", + "dbname": "drogoncmsdb", //schema: valid for postgreSQL, "public" by default; "schema": "public", //user: User name