13 lines
174 B
JSON
13 lines
174 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"db": "Filename=./mpj.db"
|
|
},
|
|
"Kestrel": {
|
|
"EndPoints": {
|
|
"Http": {
|
|
"Url": "http://localhost:3000"
|
|
}
|
|
}
|
|
}
|
|
}
|