Files
Aberwyn/Aberwyn/appsettings.Development.json
Elias Jansson 5169889753
Some checks failed
continuous-integration/drone/push Build is failing
EF conversion and local DB
2025-06-02 23:32:28 +02:00

14 lines
329 B
JSON

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