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:
+1
-1
@@ -6,7 +6,7 @@ export default {
|
|||||||
name: "Indiekit",
|
name: "Indiekit",
|
||||||
admin: {
|
admin: {
|
||||||
username: "admin@blog.giersig.eu",
|
username: "admin@blog.giersig.eu",
|
||||||
password: "accus3D!23"
|
password: process.env.INDIEKIT_PASSWORD
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"@indiekit/endpoint-auth": {
|
"@indiekit/endpoint-auth": {
|
||||||
|
|||||||
Reference in New Issue
Block a user