CodeGenerator/CloudBuilder.CodeGenerator/appsettings.json
owenchen ce4dcaf33d ow
2026-05-21 14:55:58 +08:00

16 lines
478 B
JSON

{
"CloudBuilder": {
"DbContexts": {
"MasterDbContext": {
"DbContextTypeName": "MasterDbContext",
"ConnectionString": "Server=localhost\\SQLEXPRESS;Database=Furion;User=sa;Password=owen123456;MultipleActiveResultSets=True;TrustServerCertificate=true",
"DatabaseType": "SqlServer",
"LazyLoadingProxiesEnabled": true,
"AuditEntityEnabled": true,
"AutoMigrationEnabled": true
}
}
},
"AllowedHosts": "*"
}