Skip to content
Snippets Groups Projects
Commit 873ab7ea authored by xkleman's avatar xkleman
Browse files

Add rest of secrets

parent cb820fd4
No related branches found
No related tags found
No related merge requests found
......@@ -3,5 +3,4 @@ data
python.py
deploy*.sh
docker-compose.yml
.vscode
app/config.py
\ No newline at end of file
.vscode
\ No newline at end of file
......@@ -5,6 +5,6 @@ settings = {
'master_key': os.environ.get('ACCOUNT_KEY', 'IfMilYbrYTdhF1Ye4b5ybqkflDetoDryzYqkErbr0KGChGStKLhDo2nySZoN8EDxAkgXuUfhOPXvACDbkeukYA=='),
'database_id': os.environ.get('COSMOS_DATABASE', 'ToDoList'),
'container_id': os.environ.get('COSMOS_CONTAINER', 'Items'),
'service_bus_connection_string': os.environ.get('AZURE_SERVICE_BUS_CONN_STRING'),
'queue_name': os.environ.get('AZURE_SERVICE_BUS_QUEUE_NAME'),
'service_bus_connection_string': os.environ.get('AZURE_SERVICE_BUS_CONN_STRING', 'Endpoint=sb://hw4-kleman.servicebus.windows.net/;SharedAccessKeyName=RootManageSharedAccessKey;SharedAccessKey=BHy0le0VxHJLY++tfn3wgMUTwbJn1YCTq+ASbBPoTD4='),
'queue_name': os.environ.get('AZURE_SERVICE_BUS_QUEUE_NAME', 'flask-app-queue'),
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment