Files
deepdrft/DeepDrftAPI/environment/connections.example.json
2026-06-02 10:04:32 -04:00

7 lines
258 B
JSON

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