Major update
This commit is contained in:
13
games/appsettings.Development.json
Normal file
13
games/appsettings.Development.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"DBConnectionString": "Host=localhost;Port=5420;Database=games;Username=postgres;Password=postgres;Include Error Detail=True"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user