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