From 41833376f19d392490d6ebed56f0005597aeb619 Mon Sep 17 00:00:00 2001 From: Nova Date: Wed, 25 Feb 2026 03:27:08 +0000 Subject: [PATCH] Security: Remove secrets.json from repo, add to gitignore --- .gitignore | 2 +- conf/secrets.json | 14 -------------- 2 files changed, 1 insertion(+), 15 deletions(-) delete mode 100644 conf/secrets.json diff --git a/.gitignore b/.gitignore index 3a944c6..ccb1684 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,4 @@ data/ *.log .env .env.local -conf/secrets.js \ No newline at end of file +conf/secrets.jsconf/secrets.json diff --git a/conf/secrets.json b/conf/secrets.json deleted file mode 100644 index 5cd5219..0000000 --- a/conf/secrets.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "gateway": { - "token": "a41984619a5f4b9bf9148ab6eb4abca53eb796d046cbbec5" - }, - "session": { - "secret": "dev-session-secret-change-in-production" - }, - "auth": { - "ldap": { - "bindDN": "", - "bindPassword": "" - } - } -} \ No newline at end of file