Skip to content

Commit

Permalink
set default parameter for azure storage to recover CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ks6088ts committed Jun 1, 2024
1 parent db6db67 commit 985b3dd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/settings/azure_storage_queue.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@


class Settings(BaseSettings):
azure_storage_queue_connection_string: str = "<connection-string>"
azure_storage_queue_connection_string: str = (
"DefaultEndpointsProtocol=https;AccountName=xxx;AccountKey=xxx/xxx;EndpointSuffix=core.windows.net"
)

model_config = SettingsConfigDict(
env_file="azure_storage_queue.env",
Expand Down

0 comments on commit 985b3dd

Please sign in to comment.