Skip to content

Commit

Permalink
modify parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
Menghua1 committed Jun 19, 2024
1 parent c8b38b7 commit 4498333
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/todo/api/python/todo/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ def __init__(self, *args, **kwargs):
APPLICATIONINSIGHTS_ROLENAME: Optional[str] = "API"
PRIMARY_WRITE_KEY: str = ""
PRIMARY_READONLY_KEY: str = ""
SECONDARY_WRITE_CONNECTIONSTRING: str = ""
PRIMARY_READONLY_CONNECTIONSTRING: str = ""
SECONDARY_WRITE_CONNECTION_STRING: str = ""
PRIMARY_READONLY_CONNECTION_STRING: str = ""
SECONDARY_WRITE_KEY: str = ""
SECONDARY_READONLY_KEY: str = ""
SECONDARY_READONLY_CONNECTIONSTRING: str = ""
SECONDARY_READONLY_CONNECTION_STRING: str = ""

class Config:
env_file = ".env"
Expand Down

0 comments on commit 4498333

Please sign in to comment.