mel.quarkus.camel-quarkus-integration-test-google.3.15.0.source-code.application.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of camel-quarkus-integration-test-google Show documentation
Show all versions of camel-quarkus-integration-test-google Show documentation
Integration tests for Camel Quarkus Google APIs
## ---------------------------------------------------------------------------
## Licensed to the Apache Software Foundation (ASF) under one or more
## contributor license agreements. See the NOTICE file distributed with
## this work for additional information regarding copyright ownership.
## The ASF licenses this file to You 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.
## ---------------------------------------------------------------------------
# Camel Google Calendar
camel.component.google-calendar.application-name={{env:GOOGLE_API_APPLICATION_NAME}}
camel.component.google-calendar.client-id={{env:GOOGLE_API_CLIENT_ID}}
camel.component.google-calendar.client-secret={{env:GOOGLE_API_CLIENT_SECRET}}
camel.component.google-calendar.refresh-token={{env:GOOGLE_API_REFRESH_TOKEN}}
# Camel Google Mail
camel.component.google-mail.application-name={{env:GOOGLE_API_APPLICATION_NAME}}
camel.component.google-mail.client-id={{env:GOOGLE_API_CLIENT_ID}}
camel.component.google-mail.client-secret={{env:GOOGLE_API_CLIENT_SECRET}}
camel.component.google-mail.refresh-token={{env:GOOGLE_API_REFRESH_TOKEN}}
# Camel Google Drive
camel.component.google-drive.application-name={{env:GOOGLE_API_APPLICATION_NAME}}
camel.component.google-drive.client-id={{env:GOOGLE_API_CLIENT_ID}}
camel.component.google-drive.client-secret={{env:GOOGLE_API_CLIENT_SECRET}}
camel.component.google-drive.refresh-token={{env:GOOGLE_API_REFRESH_TOKEN}}
# Camel Google Sheets
camel.component.google-sheets.application-name={{env:GOOGLE_API_APPLICATION_NAME}}
camel.component.google-sheets.client-id={{env:GOOGLE_API_CLIENT_ID}}
camel.component.google-sheets.client-secret={{env:GOOGLE_API_CLIENT_SECRET}}
camel.component.google-sheets.refresh-token={{env:GOOGLE_API_REFRESH_TOKEN}}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy