24 lines
891 B
JSON
24 lines
891 B
JSON
{
|
|
"CloudBuilder": {
|
|
"DbContexts": {
|
|
"MasterDbContext": {
|
|
"DbContextTypeName": "MasterDbContext",
|
|
"ConnectionString": "Server=localhost\\SQLEXPRESS;Database=Furion_dev;User=sa;Password=owen123456;MultipleActiveResultSets=True;TrustServerCertificate=true",
|
|
"DatabaseType": "SqlServer",
|
|
"LazyLoadingProxiesEnabled": true,
|
|
"AuditEntityEnabled": true,
|
|
"AutoMigrationEnabled": true
|
|
},
|
|
"SecondaryDbContext": {
|
|
"DbContextTypeName": "SecondaryDbContext",
|
|
"ConnectionString": "Server=localhost\\SQLEXPRESS;Database=Furion_dev;User=sa;Password=owen123456;MultipleActiveResultSets=True;TrustServerCertificate=true",
|
|
"DatabaseType": "SqlServer",
|
|
"LazyLoadingProxiesEnabled": true,
|
|
"AuditEntityEnabled": true,
|
|
"AutoMigrationEnabled": true
|
|
}
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|