♻️ Move most of models to the Shared package
This commit is contained in:
11
DysonNetwork.Pass/appsettings.json
Normal file
11
DysonNetwork.Pass/appsettings.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"ConnectionStrings": {
|
||||
"App": "Host=localhost;Port=5432;Database=dyson_network_pass;Username=postgres;Password=password"
|
||||
},
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user