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 +11
-11
lines changed
Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 11# Database Configuration
22DATABASE_USER = SA
33DATABASE_PASSWORD = YourStrong@Passw0rd
4- DATABASE_NAME =
4+ DATABASE_NAME = PathwayCoordinator
55DATABASE_HOST = db
66AZURE_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
1919API_PORT = 7071
You can’t perform that action at this time.
0 commit comments