Skip to content

Commit

Permalink
Update appsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
polterguy committed Jan 5, 2024
1 parent 5341006 commit aa503e1
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions backend/files/config/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,13 @@
}
},
"auth": {
"secret": "ToIPBKamTwrs6gMvyadZA8tmdcUblciztzw6kiSrd0GHkghJhPfocTjjevRLQueLyv0UIaEs0T5vH2AOBmCWfDFyta8JRpJUY4YvGl3NJmAcQD66QzimkjCId7SanspjjDG1iUVwM1MtzhXTVbEAkV9WHtcAzDrZ9xLCGYbkMkWJqwBlO9YZha9jV40LMFEPnCJOEKr",
"secret": "q",
"https-only": false,
"valid-minutes": 720,
"authentication": "crypto.password.verify",
"recaptcha": {
"key": "6LfVd20fAAAAAC2tcJ55RvOEkraQL390cDw2yiT2",
"secret": "6LfVd20fAAAAACAc3Rj-lvfDDoS0V1lUHkBm7ZCr"
}
"authentication": "crypto.password.verify"
},
"sockets": {
"url": "/sockets"
},
"openai": {
"key": "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"
}
}
}

0 comments on commit aa503e1

Please sign in to comment.