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

Commit 5fb616a

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

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.env.example

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
# Database Configuration
22
DATABASE_USER=SA
33
DATABASE_PASSWORD=YourStrong@Passw0rd
4-
DATABASE_NAME=
4+
DATABASE_NAME=PathwayCoordinator
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,
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 * * * *"
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 * * * *
1717

1818
# API Configuration
1919
API_PORT=7071

0 commit comments

Comments
 (0)