# # # 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. # # ############# # authentication mechanism # Supported value includes: default, osg authenz.type=default clientAuth=false ############# Gadget layout manager configuration ################# site.protocol=${site.protocol.main} site.port=${site.port.main} site.protocol.insecure=${site.protocol.insecure.main} site.port.insecure=${site.port.insecure.main} site.host=${portal.server.ip} site.friendconnectID=${site.friendconnectID.main} # the leading '/' is necessary if context path is not empty # If the context path is empty, don't type leading '/' site.contextpath=/ishindig-webapp site.hostandport=${site.host}:${site.port} site.hostandport.insecure=${site.host}:${site.port.insecure} site.baseurl=${site.protocol}://${site.hostandport} site.baseurl.insecure=${site.protocol.insecure}://${site.hostandport.insecure} site.base=${site.baseurl}${site.contextpath} site.base.insecure=${site.baseurl.insecure}${site.contextpath} externalProfile=0 ############# Shindig server configuration ######################## gadget.server.protocol=${site.protocol} gadget.server.port=${site.port} gadget.server.host=${site.host} # the leading '/' is necessary if context path is not empty # If the context path is empty, don't type leading '/' gadget.server.contextpath= gadget.server.hostandport=${gadget.server.host}:${gadget.server.port} gadget.server.baseurl=${gadget.server.protocol}://${gadget.server.hostandport} gadget.server.base=${gadget.server.baseurl}${gadget.server.contextpath} # don't edit follwing configurations gadget.server.render=${gadget.server.base}/gadgets/ifr gadget.server.metadata=${gadget.server.baseurl}${gadget.server.contextpath}/gadgets/metadata gadget.server.javascript=${gadget.server.base}/gadgets/js ############# Gadget repository #################################### gadget.repo.baseurl=${site.baseurl} gadget.repo.contextpath=/gadgets-repo gadget.repo.base=${gadget.repo.baseurl}${gadget.repo.contextpath} ############# Pastebin Proxy #################################### proxy.pastebin.url=${site.base}/pastebin/proxy ############## Database ######################################## # this property tells which database will be used. # currently supported value include: mysql, h2 #hibernate.database=mysql hibernate.database=h2 ######## MySQL ############################################### # replace following two properties with your username and password of underlying database. hibernate.mysql.username=portal_admin hibernate.mysql.password=admin_pass hibernate.mysql.url=jdbc:mysql://gridfarm009.ucs.indiana.edu:3306/hibernate?autoReconnect=true ######## H2 ############################################### #don't change. hardcoded right now hibernate.h2.username=portal_admin #don't change. hardcoded right now hibernate.h2.password=admin_pass hibernate.h2.basedir=${hibernate.h2.homedir} hibernate.h2.localdir=${hibernate.h2.basedir}/hibernate #Don't edit hibernate.h2.localurl=jdbc:h2:${hibernate.h2.localdir} #don't edit # Comment: Why is file locking set to "no"? hibernate.h2.url=jdbc:h2:file:${hibernate.h2.localdir};FILE_LOCK=NO ############# Misc. ############################################ gadget.setting.renderurl=http://www.gmodules.com/ig/gadgetsettings maven.test.skip=false deploy.dir=portal_deploy site.banner.url=images/OGCE_banner_greenish.jpg site.banner.backgroundcolor=rgb(194, 206, 202) site.login.title=OGCE Gadget Container login site.login.header=OGCE Gadget Container site.login.subheader=Open Grid Computing Environments site.home.title=OGCE Gadget Portal