blob: 4c841983059999df73cbe141b3c39dc3ba939576 [file] [log] [blame]
#
#
# 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.
#
###########################################################################
#
# Properties file for creating database migrations
#
###########################################################################
###########################################################################
# API Server Registry Configuration
###########################################################################
#for derby [AiravataJPARegistry]
registry.jdbc.driver=org.mariadb.jdbc.Driver
registry.jdbc.url=jdbc:mariadb://localhost:13306/experiment_catalog
registry.jdbc.user=airavata
registry.jdbc.password=123456
validationQuery=SELECT 1 from CONFIGURATION
# Properties for default user mode
default.registry.user=admin
default.registry.gateway=php_reference_gateway
default.registry.oauth.client.id=client_id
default.registry.oauth.client.secret=client_secret
###########################################################################
# Application Catalog DB Configuration
###########################################################################
#for derby [AiravataJPARegistry]
appcatalog.jdbc.driver=org.mariadb.jdbc.Driver
appcatalog.jdbc.url=jdbc:mariadb://localhost:13306/app_catalog
appcatalog.jdbc.user=airavata
appcatalog.jdbc.password=123456
appcatalog.validationQuery=SELECT 1 from CONFIGURATION
##########################################################################
# Replica Catalog DB Configuration
###########################################################################
#for derby [AiravataJPARegistry]
replicacatalog.jdbc.driver=org.mariadb.jdbc.Driver
replicacatalog.jdbc.url=jdbc:mariadb://localhost:13306/replica_catalog
replicacatalog.jdbc.user=airavata
replicacatalog.jdbc.password=123456
replicacatalog.validationQuery=SELECT 1 from CONFIGURATION