Config DefaultConnection
This commit is contained in:
parent
215540ca1c
commit
448cb878ba
|
@ -14,5 +14,8 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"AllowedHosts": "*"
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"DefaultConnection": "Data Source=192.168.3.85;Initial Catalog=PluginAdmin-dev;User Id=sa;Password=Sa1234;Encrypt=True;TrustServerCertificate=True"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue