This repository was archived by the owner on Jul 28, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed
Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 1+ # Database Configuration
2+ DATABASE_USER = SA
3+ DATABASE_PASSWORD = YourStrong@Passw0rd
4+ DATABASE_NAME =
5+ DATABASE_HOST = db
6+ AZURE_WEB_JOBS_STORAGE = UseDevelopmentStorage=true
7+ DatabaseConnectionString = Server=${ DATABASE_HOST } ;Database=${ DATABASE_NAME } ;User Id=${ DATABASE_USER } ;Password=${ DATABASE_PASSWORD } ;TrustServerCertificate=True
8+
9+ # API Configuration
10+ API_PORT = 7071
11+
12+ # Event Grid Configuration
13+ EVENT_GRID_TOPIC_URL = https://localhost:60101/api/events
14+ EVENT_GRID_TOPIC_KEY = TheLocal+DevelopmentKey=
15+
16+ # Azurite Configuration
17+ AZURITE_ACCOUNT_KEY = Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==
18+ AZURITE_CONNECTION_STRING = DefaultEndpointsProtocol=http;AccountName=devstoreaccount1;AccountKey=Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==;BlobEndpoint=http://127.0.0.1:10000/devstoreaccount1;QueueEndpoint=http://127.0.0.1:10001/devstoreaccount1;TableEndpoint=http://127.0.0.1:10002/devstoreaccount1
19+ AZURITE_BLOB_PORT = 10000
20+ AZURITE_QUEUE_PORT = 10001
21+ AZURITE_TABLE_PORT = 10002
You can’t perform that action at this time.
0 commit comments