# # 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_engine.container_features=container:pubsub-2:open-views 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 ################################################################### # Properties related to the Rave MongoDB implementation # ################################################################### mongo.host=localhost mongo.port=27017 mongo.connectionsPerHost=10 mongo.threadsAllowedToBlockForConnectionMultiplier=10 mongo.connectTimeout=10000 mongo.maxWaitTime=12000 mongo.autoConnectRetry=true mongo.socketKeepAlive=true mongo.socketTimeout=60000 mongo.slaveOk=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/ # 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/