Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
BitTheByte committed Jun 30, 2024
1 parent 34147d0 commit 4a3d8e4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monitorizer/server/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,7 @@
"HOST": os.environ.get("POSTGRES_HOST", "127.0.0.1"),
"PORT": int(os.environ.get("POSTGRES_PORT", 5432)),
"AUTOCOMMIT": True,
"DISABLE_SERVER_SIDE_CURSORS": True,
}
}

Expand Down

0 comments on commit 4a3d8e4

Please sign in to comment.