Stringbuilder to handle passwords

This commit is contained in:
Elias Jansson
2025-06-03 22:35:37 +02:00
parent 2116e0e774
commit 9eef2c75ef
3 changed files with 75 additions and 46 deletions

View File

@@ -0,0 +1,11 @@
{
"AdminUsername": "admin",
"AdminEmail": "admin@localhost",
"AdminPassword": "Admin123!",
"IsConfigured": false,
"DbHost": null,
"DbPort": 3306,
"DbName": null,
"DbUser": null,
"DbPassword": null
}