blob: 289208b5a5529b2d4e0982de25a23ca26d76641d (
plain) (
blame)
1
2
3
4
5
6
7
8
|
{
"AppSettings": {
"Secret": "ADD_ANY_STRING_WITH_32_OR_MORE_CHARACTERS"
},
"ConnectionStrings" : {
"DEV": "Server=localhost;Port=5432;Database=API;User Id=postgres;Password=;"
}
}
|