7 lines
172 B
JSON
7 lines
172 B
JSON
{
|
|
"DatabaseProvider": "Postgres",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=localhost;Port=5432;Database=entkube;Username=entkube;Password=CHANGE_ME"
|
|
}
|
|
}
|