Files
Entkube/src/EntKube.Web/appsettings.Production.json
2026-05-18 08:37:09 +02:00

7 lines
172 B
JSON

{
"DatabaseProvider": "Postgres",
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Port=5432;Database=entkube;Username=entkube;Password=CHANGE_ME"
}
}