Skip to content
Snippets Groups Projects
application.properties 1.69 KiB
Newer Older
David Diederich's avatar
David Diederich committed
#  Copyright © Microsoft Corporation
#
#  Licensed under the Apache License, Version 2.0 (the "License");
#  you may not use this file except in compliance with the License.
#  You may obtain a copy of the License at
#
#       http://www.apache.org/licenses/LICENSE-2.0
#
#  Unless required by applicable law or agreed to in writing, software
#  distributed under the License is distributed on an "AS IS" BASIS,
#  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
#  See the License for the specific language governing permissions and
#  limitations under the License.

LOG_PREFIX=legal
server.servlet.contextPath=/api/legal/v1/
David Diederich's avatar
David Diederich committed

REGION=${legal_service_region}
AUTHORIZE_API=${entitlements_service_endpoint}
AUTHORIZE_API_KEY=${entitlements_service_api_key}
LEGAL_HOSTNAME=notused
CRON_JOB_IP=10.0.0.1

# Azure AD configuration for OpenIDConnect
azure.activedirectory.session-stateless=true
azure.activedirectory.client-id=${aad_client_id}
azure.activedirectory.AppIdUri=api://${azure.activedirectory.client-id}

# Azure CosmosDB configuration
azure.cosmosdb.database=${cosmosdb_database}
azure.cosmosdb.tenant.collection=TenantInfo
azure.cosmosdb.legal.collection=LegalTag

# Azure Blob Storage configuration
azure.storage.account-name=${storage_account}
azure.storage.container-name=legal-service-azure-configuration
azure.storage.enable-https=true

# Azure Service Bus configuration
azure.servicebus.topic-name=${servicebus_topic_name}
azure.servicebus.namespace-name=${servicebus_namespace_name}

# Azure KeyVault configuration
azure.keyvault.url=${KEYVAULT_URI}

#Azure App Insights configuration
azure.application-insights.instrumentation-key=${appinsights_key}
spring.application.name=legal-azure