Added basic auth

This commit is contained in:
2025-05-15 10:15:44 +03:00
parent 2f87f383f1
commit 36226dbbac
5 changed files with 39 additions and 4 deletions
+2
View File
@@ -1,6 +1,8 @@
module.exports = {
name: "CRTelemetry",
port: 80,
username: "admin",
password: "password",
logger: {
level: "info",
error_path: "/app/logs/error.log",