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

Commit 295e486

Browse files
feat: updated env.example
1 parent b1af5ee commit 295e486

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.env.example

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,16 @@ DATABASE_PASSWORD=YourStrong@Passw0rd
44
DATABASE_NAME=
55
DATABASE_HOST=db
66
AZURE_WEB_JOBS_STORAGE=UseDevelopmentStorage=true
7-
DatabaseConnectionString=Server=${DATABASE_HOST};Database=${DATABASE_NAME};User Id=${DATABASE_USER};Password=${DATABASE_PASSWORD};TrustServerCertificate=True
7+
DatabaseConnectionString=Server=${DATABASE_HOST};Database=${DATABASE_NAME};User Id=${DATABASE_USER};Password=${DATABASE_PASSWORD};TrustServerCertificate=True,
8+
AzureWebJobsStorage= "UseDevelopmentStorage=true",
9+
FUNCTIONS_WORKER_RUNTIME= "dotnet-isolated",
10+
MailboxId= "X26ABC1",
11+
MeshSharedKey= "TestKey",
12+
MeshPassword= "password",
13+
BSSMailBox= "X26ABC1",
14+
MeshApiBaseUrl= "http://localhost:8700/messageexchange",
15+
ASPNETCORE_ENVIRONMENT= "Development",
16+
DiscoveryTimerExpression= "*/5 * * * *"
817

918
# API Configuration
1019
API_PORT=7071

0 commit comments

Comments
 (0)