enviornment examples

This commit is contained in:
daniel-c-harvey
2026-06-02 10:04:32 -04:00
parent d2ef21066d
commit 016764929b
7 changed files with 7 additions and 1 deletions
@@ -0,0 +1,6 @@
{
"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"
}
}