From 5b31cb2bbc5726d9c6268475cba7e981423f1e4b Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sun, 20 Jul 2025 19:01:16 +0300 Subject: [api] Added route /ns_get to resolve keys --- api/config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'api/config.js') diff --git a/api/config.js b/api/config.js index 3fe7c0d..82f90b8 100644 --- a/api/config.js +++ b/api/config.js @@ -25,6 +25,7 @@ const config = { chunksDir: env.AK_CHUNKSDIR, leafsDir: env.AK_LEAFSDIR, mapsDir: env.AK_MAPSDIR, - printDebug: env.AK_DEBUG + printDebug: env.AK_DEBUG, + akNSDir: `${env.AK_WORKDIR}/akns` } module.exports = config; -- cgit v1.2.3