Add project data
This commit is contained in:
11
Tabletop.Core/appsettings.json
Normal file
11
Tabletop.Core/appsettings.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"Filter": {
|
||||
"PageLimit": 30
|
||||
},
|
||||
"Sql": {
|
||||
"ConnectionString": "Server=localhost\\SQLEXPRESS;Database=Tabletop;Trusted_Connection=True;TrustServerCertificate=True;"
|
||||
},
|
||||
"IpGeolocation": {
|
||||
"ApiKey": "43d1738db9eb411cb959972585b331f6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user