# # 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. # # # These properties are used to construct the opensocial engine's URL. See # for example page.jsp. Changing them does not change the actual path configuration # of shindig. # portal.opensocial_engine.protocol=http portal.opensocial_engine.root=localhost:8080 portal.opensocial_engine.gadget_path=/gadgets portal.opensocial_security.encryptionkey=classpath:security_token_encryption_key.txt portal.opensocial_security.container=default portal.opensocial_security.domain=default # the default page name to create for new users portal.page.default_name=Main #Default Rave Portal database settings with in memory H2 database portal.dataSource.url=jdbc:h2:mem:portal;DB_CLOSE_DELAY=-1 portal.dataSource.driver=org.h2.Driver portal.dataSource.username=sa portal.dataSource.password=local portal.jpaDialect=org.apache.rave.persistence.jpa.impl.H2OpenJpaDialect portal.jpaVendorAdapter.databasePlatform=org.apache.openjpa.jdbc.sql.H2Dictionary portal.jpaVendorAdapter.database=H2 # General Rave portal database settings portal.jpaVendorAdapter.showSql=true portal.openjpa.Log=DefaultLevel=WARN, Runtime=INFO, Tool=INFO, SQL=WARN portal.openjpa.RuntimeUnenhancedClasses=unsupported portal.openjpa.jdbc.SynchronizeMappings=buildSchema(ForeignKeys=true) provider.wookie.wookieServerUrl=http://localhost:8080/wookie provider.wookie.wookieApiKey=TEST # captcha settings portal.captcha.enabled=false portal.captcha.key.private= portal.captcha.key.public= portal.captcha.usenoscript=false portal.captcha.invalid.configuration= #mail settings portal.mail.sender= portal.mail.replyto= portal.mail.host= portal.mail.password= portal.mail.username= portal.mail.protocol=smtp portal.mail.port=25 portal.mail.username.subject=Rave username reminder service portal.mail.username.template=username_reminder.ftl portal.mail.passwordservice.subject=Rave password reminder service portal.mail.passwordservice.template=password_reminder.ftl portal.mail.passwordservice.valid.minutes=30 portal.mail.service.baseurl=http://localhost:8080/portal/app/changepassword/