Files
zpc-bulletin-board/ZpcBulletinBoard/appsettings.json
2024-02-27 07:27:47 +01:00

13 lines
287 B
JSON

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