From 7cb2c3ef493c9a61eb60664a76797a985a0de4da Mon Sep 17 00:00:00 2001 From: "D. Berge" Date: Tue, 30 May 2023 17:20:35 +0200 Subject: [PATCH] Add comment --- lib/www/server/lib/config.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/www/server/lib/config.js b/lib/www/server/lib/config.js index e242005..8725b8e 100644 --- a/lib/www/server/lib/config.js +++ b/lib/www/server/lib/config.js @@ -1,3 +1,8 @@ +/** + * This refers to the Dougal instance configuration, taken + * from $DOUGAL_ROOT/etc/config.yaml + */ + const fs = require('fs'); const path = require('path'); const crypto = require('crypto');