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:
co-authored by
Claude Sonnet 4.6
parent
6bb3c5a6d6
commit
8cc0042d0e
+1
-1
@@ -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