Security: Remove secrets.json from repo, add to gitignore
This commit is contained in:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -5,4 +5,4 @@ data/
|
||||
*.log
|
||||
.env
|
||||
.env.local
|
||||
conf/secrets.js
|
||||
conf/secrets.jsconf/secrets.json
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
{
|
||||
"gateway": {
|
||||
"token": "a41984619a5f4b9bf9148ab6eb4abca53eb796d046cbbec5"
|
||||
},
|
||||
"session": {
|
||||
"secret": "dev-session-secret-change-in-production"
|
||||
},
|
||||
"auth": {
|
||||
"ldap": {
|
||||
"bindDN": "",
|
||||
"bindPassword": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user