myPrayerJournal/src/MyPrayerJournal.Api/appsettings.json
Daniel J. Summers a11302afc3 Infra changes
Moved projects around; API still builds successfully
2019-03-30 21:08:02 -05:00

10 lines
114 B
JSON

{
"Kestrel": {
"EndPoints": {
"Http": {
"Url": "http://localhost:3000"
}
}
}
}