Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit f93567e

Browse files
feat: .env.example added
1 parent d91c24e commit f93567e

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.env.example

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
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

0 commit comments

Comments
 (0)