Files
deepdrft/DeepDrftWeb/connections.example.json
T

7 lines
253 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Port=5433;Database=postgres;Username=postgres;Password=your-password-here",
"Auth": "Host=localhost;Port=5433;Database=postgres;Username=postgres;Password=your-password-here"
}
}