Skip to content

Commit

Permalink
remote sql same as prod for GHA purposes...?
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwecan committed Feb 17, 2024
1 parent a980bbb commit ced1802
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions member_card/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,11 +325,6 @@ class TestSettings(Settings):


class RemoteSqlProductionSettings(ProductionSettings):
# SQLALCHEMY_DATABASE_URI: str = "postgresql://website%40lv-digital-membership.iam@127.0.0.1:5434/lv-digital-membership"

def use_gcp_sql_connector(self):
pass

def __init__(self) -> None:
super().__init__()

Expand Down

0 comments on commit ced1802

Please sign in to comment.