Initial commit

This commit is contained in:
arthur faria
2025-07-29 22:22:38 -03:00
commit 189fa1734c
22 changed files with 876 additions and 0 deletions

14
appsettings.json Normal file
View File

@@ -0,0 +1,14 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"Database": {
"UseRemote": false,
"Local": "Data Source=local.db;",
"Remote": "Data Source=remote-simulado.db;"
},
"AllowedHosts": "*"
}