Add initial hcs database schema creation
This commit is contained in:
@ -13,6 +13,8 @@
|
||||
"CertificateSerialNumber": "0636D2330032B3C38A4A26D765C787C248"
|
||||
},
|
||||
"ConnectionStrings": {
|
||||
"IdentityConnection": "Server=localhost\\SQLEXPRESS;Database=hcs_web_app_identity;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=Yes"
|
||||
"IdentityConnection": "Server=localhost\\SQLEXPRESS;Database=hcs_web_app_identity;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=Yes",
|
||||
"HcsProdConnection": "Server=localhost\\SQLEXPRESS;Database=hcs_web_app_prod;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=Yes",
|
||||
"HcsSit2Connection": "Server=localhost\\SQLEXPRESS;Database=hcs_web_app_sit2;Trusted_Connection=True;MultipleActiveResultSets=true;TrustServerCertificate=Yes"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user