Skip to content

Commit 3dc60ec

Browse files
committed
update back
1 parent f67a452 commit 3dc60ec

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.env.example

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Azure Blob Storage Configuration
2+
AZURE_BLOB_KEY='<your_account_key>'
3+
AZURE_BLOB_CONNECTION='DefaultEndpointsProtocol=https;AccountName=<your_account>
4+
CLIENT='<ContainerName>'
5+
6+
7+

.gitignore

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# General
2+
3+
.env
4+
share/log/*.log
5+
share/.azure/
6+
__azurite_db_blob__.json
7+
__azurite_db_blob_extent__.json

0 commit comments

Comments
 (0)