Files
Aberwyn/Aberwyn/appsettings.Development.json
Elias Jansson 3d6aa2d424
All checks were successful
continuous-integration/drone/push Build is passing
Use old db
2025-06-03 00:26:13 +02:00

14 lines
322 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Server=192.168.1.108;Database=Nevyn;Uid=root;Pwd=3edc4RFV;",
"ProdConnection": "Server=192.168.1.108;Database=Nevyn;Uid=root;Pwd=3edc4RFV;"
}
}