Commit 1953065
fix: update .env from POSTGRES_* to MSSQL_* variables for SQL Server migration
The .env file still had old POSTGRES_* variables which would break local
development and docker compose since config.py now expects MSSQL_* variables.
This matches the variables used in compose.yml and backend/app/core/config.py.
Co-Authored-By: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com>1 parent e2eb954 commit 1953065
1 file changed
Lines changed: 7 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| |||
0 commit comments