Matthew Alexandros
01/25/2025, 12:16 AMrickbutterfield
01/25/2025, 9:07 AMUmbraco:Cms:Unattended
settings along with uSync:Settings:ImportOnFirstBoot
to do this!
json
"Umbraco": {
"CMS": {
"Unattended": {
"InstallUnattended": true,
"UnattendedUserName": "Admin",
"UnattendedUserEmail": "admin@example.com",
"UnattendedUserPassword": "1234567890"
}
}
},
"uSync": {
"Settings": {
"ImportOnFirstBoot": true
}
}
Matthew Alexandros
01/25/2025, 12:19 PMCraig100
01/27/2025, 1:22 PM