Files
zpc-bulletin-board/ZpcBulletinBoard/appsettings.json
David Štaleker 4df426dc10 Drugi
2024-02-25 20:09:43 +01:00

13 lines
273 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DataConnection": "server=192.168.1.12;user=david;password=*staleker*;database=ZpcBulletinBoard"
}
}