Codebase list python-simplekv / 229eebd9-7808-45ba-9a12-2528e871335c/upstream azure_credentials.ini
229eebd9-7808-45ba-9a12-2528e871335c/upstream

Tree @229eebd9-7808-45ba-9a12-2528e871335c/upstream (Download .tar.gz)

azure_credentials.ini @229eebd9-7808-45ba-9a12-2528e871335c/upstreamraw · 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