Files
myPrayerJournal/src/MyPrayerJournal/appsettings.json
2021-10-26 19:38:45 -04:00

13 lines
174 B
JSON

{
"ConnectionStrings": {
"db": "Filename=./mpj.db"
},
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://localhost:3000"
}
}
}
}