Skip to content
Snippets Groups Projects

Changed application properties for clean run settings.

Merged Komal Makkar requested to merge application_properties_cleanup into master
1 unresolved thread

Type of change

  • Bug Fix
  • Feature

Please provide link to gitlab issue or ADR(Architecture Decision Record)

Does this introduce a change in the core logic?

  • [YES/NO] No

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Does this introduce a breaking change?

  • [YES/NO] No

What is the current behavior?

run profiles are impacting docker run.

What is the new/expected behavior?

run profile merged into default, aligning with existing service.

Have you added/updated Unit Tests and Integration Tests?

Any other useful information

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
31 aad.oboApi=${aad_client_id}
32 azure.application-insights.instrumentation-key=${appinsights_key}
21 33
34 # Azure CosmosDB configuration
35 azure.cosmosdb.uri=${cosmosdb_account}
36 azure.cosmosdb.database=${cosmosdb_database}
37 tenantInfo.container.name=TenantInfo
22 38
39 # Azure KeyVault configuration
40 azure.keyvault.url=${KEYVAULT_URI}
41
42 # Application name
43 spring.application.name=notification-azure
44
45 # Logging configuration
46 logging.level.org.springframework.web=DEBUG
  • mentioned in commit 5c75a452

  • changed milestone to %M1 - Release 0.1

  • Please register or sign in to reply
    Loading