Codebase list python-simplekv / ac84c662-69d0-4a9f-96db-d68936c2a320/main azure_credentials.ini
ac84c662-69d0-4a9f-96db-d68936c2a320/main

Tree @ac84c662-69d0-4a9f-96db-d68936c2a320/main (Download .tar.gz)

azure_credentials.ini @ac84c662-69d0-4a9f-96db-d68936c2a320/mainraw · history · blame

# Specify the azure account to use in the tests.
# The default assumes you are running azurite (https://github.com/Azure/Azurite).
# To skip the azure store tests, remove the ``account_name``.
#
# Note that only the first config section is parsed.

[azure-tests]
account_name=devstoreaccount1
account_key=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==
# these are not needed for a real azure blob store accounts; only set them for azurite:
protocol=http
endpoint=http://127.0.0.1:10000/devstoreaccount1