Init
This commit is contained in:
16
Prefab.AppHost/appsettings.Development.json
Normal file
16
Prefab.AppHost/appsettings.Development.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"SqlServer": {
|
||||
"ContainerName": "prefab-sql",
|
||||
"HostPort": 14330,
|
||||
"UseDataVolume": true
|
||||
},
|
||||
"Parameters": {
|
||||
"prefab-sql-password": "Nq7K3YR2"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user