From 24fe6569d9d30101ea0bd6526b82773a8a666f6a Mon Sep 17 00:00:00 2001 From: oDinZu WenKi Date: Wed, 24 Jan 2024 00:32:15 -0500 Subject: [PATCH] add cpm --- README.md | 1 + vendors/api-server/models/model.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 -- 2.25.1