Files
Tabletop/Tabletop.Core/appsettings.json
2025-12-30 02:22:44 +01:00

11 lines
258 B
JSON

{
"Filter": {
"PageLimit": 30
},
"Sql": {
"ConnectionString": "Server=localhost\\SQLEXPRESS;Database=Tabletop;Trusted_Connection=True;TrustServerCertificate=True;"
},
"IpGeolocation": {
"ApiKey": "43d1738db9eb411cb959972585b331f6"
}
}