All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.kuali.ole.common.properties Maven / Gradle / Ivy

There is a newer version: 3.0.9
Show newest version
#
# Copyright 2004-2013 The Kuali Foundation
#
# Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php
#
# 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.
#

# General properties
remote.config.dir=/home/tomcat/kuali/main/${deploy.env.name}
ec2.accessKey.encrypted=g84rN1BHW37SPzOXgcDISiOSWJ+gwSbnnQCgypWDbPA=
ec2.secretKey.encrypted=4LUxDChFYXMCpn8wTeggRa+nmh/uwQPdezeYlfQIhJzIRITrnKQwBivdd+rgw82usQxod0zbhiU=
ec2.keyName=ole
private.key=ole-key.pem
dns.subdomain=ole
db.instance=OLEENV${deploy.env}
db.vendor=oracle
impex.schema.name=${impex.artifactId}
impex.mysql.dba.url=jdbc:mysql://mysql.ole.kuali.org
impex.oracle.url=jdbc:oracle:thin:@oracle.ole.kuali.org:1521:OLE
impex.dba.username.encrypted=+oGsjOWNzG6TKT7UeAttPT8hXbShUuHk
impex.dba.password.encrypted=7ZnQd1dTh+MJaeBOGlm3wu2ATMcBg+QX

setenv.group.content=JAVA_OPTS="$JAVA_OPTS -Denvironment=${deploy.env.name}"\n\
JAVA_OPTS="$JAVA_OPTS -Duser.timezone=US/Eastern"\n\
JAVA_OPTS="$JAVA_OPTS -Duser.language=en"\n\
JAVA_OPTS="$JAVA_OPTS -Duser.region=US"\n\
JAVA_OPTS="$JAVA_OPTS -Djava.security.egd=file:///dev/urandom"\n\
export JAVA_OPTS

# Database 
datasource.ojb.platform=${${db.vendor}.ojb.platform}
datasource.ojb.sequence.manager=${${db.vendor}.ojb.sequence.manager}
datasource.ojb.sequenceManager.className=${${db.vendor}.ojb.sequenceManager.className}
datasource.platform=${${db.vendor}.platform}

# Keystore props
encryption.key.default=any20characterswilldo
keystore.file.default=/home/tomcat/.ssh/rice.keystore
keystore.alias.default=rice
keystore.password.default=r1c3pw

mysql.jdbc.dba.url=jdbc:mysql://mysql.ole.kuali.org
mysql.jdbc.dba.username.encrypted=+oGsjOWNzG6TKT7UeAttPT8hXbShUuHk
mysql.jdbc.dba.password.encrypted=7ZnQd1dTh+MJaeBOGlm3wu2ATMcBg+QX

oracle.jdbc.url=jdbc:oracle:thin:@oracle.ole.kuali.org:1521:OLE
oracle.jdbc.dba.username.encrypted=+oGsjOWNzG6TKT7UeAttPT8hXbShUuHk
oracle.jdbc.dba.password.encrypted=7ZnQd1dTh+MJaeBOGlm3wu2ATMcBg+QX




© 2015 - 2024 Weber Informatics LLC | Privacy Policy