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:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user