Skip to content

Commit

Permalink
Update config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CodedByMistake authored May 28, 2024
1 parent 4ab014d commit eb36eda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Variaveis do CosmoDB
COSMOS_DB_URL = "https://estbounddb.documents.azure.com:443/"
COSMOS_DB_KEY = "t2rYwqXYx7UtCOMeSg8QYn8ZHr21hR0p8UwLGqTRILWUJPImUBgi22fShH6YrDvvUorPx1ecDtLNACDbvEIRqA=="
COSMOS_DB_KEY = "46ErYPThxxLEro6RkZZ2LH5aq9f7LTT5wZ3p9u9BdPTZO1KbVHSWAsdVwJWvLVQ6JkzyX1uZbXBmACDbFLlOeQ=="
COSMOS_DB_DATABASE_NAME = "notas"
COSMOS_DB_CONTAINER_NAME = "notasContainer"

# Variaveis do Blob
BLOB_CONNECTION_STRING = "DefaultEndpointsProtocol=https;AccountName=estboundimagens;AccountKey=ohHq7Z0mB1rzGYceFadeFpheaubXhKbwdChbsBdZa3NA54KWuwZmZ5/6RWTst8KT8BX6EM58M3nF+AStlbueKA==;EndpointSuffix=core.windows.net"
BLOB_CONTAINER_NAME = "fotoscontainer"
BLOB_CONNECTION_STRING = "DefaultEndpointsProtocol=https;AccountName=estboundimagens;AccountKey=wQLak2tzfUJHsOY7n1Lm3DPUPRPZ3RvkvQQrwwEH1jtVbe9PeUoNAhxWsQfkMxFvES+lwf2XAOSI+AStMtL7Pw==;EndpointSuffix=core.windows.net"
BLOB_CONTAINER_NAME = "fotoscontainer"

0 comments on commit eb36eda

Please sign in to comment.