security: replace hardcoded admin password with env var INDIEKIT_PASSWORD

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
svemagie
2026-03-07 17:23:20 +01:00
parent 6bb3c5a6d6
commit 8cc0042d0e

View File

@@ -6,7 +6,7 @@ export default {
name: "Indiekit",
admin: {
username: "admin@blog.giersig.eu",
password: "accus3D!23"
password: process.env.INDIEKIT_PASSWORD
}
},
"@indiekit/endpoint-auth": {