🎉 Initial Commit
This commit is contained in:
12
DysonNetwork.Sphere/appsettings.json
Normal file
12
DysonNetwork.Sphere/appsettings.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"ConnectionStrings": {
|
||||
"App": "Host=localhost;Port=5432;Database=dyson_network;Username=postgres;Password=postgres"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user