🎉 Initial Commit

This commit is contained in:
2025-04-08 23:26:23 +08:00
commit c39fdceeb6
17 changed files with 889 additions and 0 deletions

View 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"
}
}