From 663e0724ae0e679fffd16c886509522709d900bb Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Tue, 16 Apr 2024 21:22:23 +0200 Subject: [PATCH] Add note about MongoDB dependency --- README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 583b068..307d374 100644 --- a/README.txt +++ b/README.txt @@ -2,4 +2,4 @@ The "backend" folder contains files, that would be copied to /usr/lib/svrjs dire The "frontend" folder contains files, that would be copied to /var/www/svrjs directory. You may need to set "useWebRootServerSideScript" in SVR.JS config.json to "false" and set up HTTP authentication at "/admin" and "/admin/" URLs. - +The server-side script requires "mongodb@4x" npm package.