Security: Remove secrets.json from repo, add to gitignore

This commit is contained in:
2026-02-25 03:27:08 +00:00
parent 0aa7751356
commit 41833376f1
2 changed files with 1 additions and 15 deletions

2
.gitignore vendored
View File

@@ -5,4 +5,4 @@ data/
*.log
.env
.env.local
conf/secrets.js
conf/secrets.jsconf/secrets.json

View File

@@ -1,14 +0,0 @@
{
"gateway": {
"token": "a41984619a5f4b9bf9148ab6eb4abca53eb796d046cbbec5"
},
"session": {
"secret": "dev-session-secret-change-in-production"
},
"auth": {
"ldap": {
"bindDN": "",
"bindPassword": ""
}
}
}