# # 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. # # the default page name to create for new users portal.page.default_name=Main #Default Rave Portal database settings with in memory H2 database jpa.dataSource.url=jdbc:h2:mem:portal;DB_CLOSE_DELAY=-1 jpa.dataSource.driver=org.h2.Driver jpa.dataSource.username=sa jpa.dataSource.password=local jpa.jpaDialect=org.apache.rave.persistence.jpa.impl.H2OpenJpaDialect jpa.jpaVendorAdapter.databasePlatform=org.apache.openjpa.jdbc.sql.H2Dictionary jpa.jpaVendorAdapter.database=H2 # General Rave jpa database settings jpa.jpaVendorAdapter.showSql=true jpa.openjpa.Log=DefaultLevel=WARN, Runtime=INFO, Tool=INFO, SQL=WARN jpa.openjpa.RuntimeUnenhancedClasses=unsupported jpa.openjpa.jdbc.SynchronizeMappings=buildSchema(ForeignKeys=true) jpa.openjpa.jdbc.MappingDefaults=ForeignKeyDeleteAction=restrict, JoinForeignKeyDeleteAction=restrict 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/ # Account approval portal.user.account.needapproval=false portal.user.account.admin.email= portal.user.account.admin.subject=Rave User Approval portal.user.account.admin.template=admin_approval.ftl portal.mail.service.loginpage=http://localhost:8080/portal/