Skip to content

Commit

Permalink
allow insecure conn
Browse files Browse the repository at this point in the history
  • Loading branch information
AleDore committed Feb 27, 2024
1 parent 1e1ef2f commit 3c8c0be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion __integrations__/environments/.env
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ STACK_VERSION=8.11.1
# Port to expose Elasticsearch HTTP API to the host
ES_PORT=9200

STORAGE_CONN_STRING=AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;DefaultEndpointsProtocol=http;BlobEndpoint=http://storage-account:20003/devstoreaccount1;QueueEndpoint=http://storage-account:20004/devstoreaccount1;TableEndpoint=http://storage-account:20005/devstoreaccount1;
STORAGE_CONN_STRING=AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;DefaultEndpointsProtocol=http;BlobEndpoint=http://storage-account:20003/devstoreaccount1;QueueEndpoint=http://storage-account:20004/devstoreaccount1;TableEndpoint=http://storage-account:20005/devstoreaccount1;
ALLOW_INSECURE_CONNECTION="true"

0 comments on commit 3c8c0be

Please sign in to comment.