# # 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. # shindig.protocol=http:// shindig.root=localhost:8080 shindig.gadget_servlet=/gadgets #Execute the following command one time to generate the security token encryption key: # dd if=/dev/random bs=32 count=1 | openssl base64 > /path/to/key/file.txt security.encryptionkey=embedded:cOOt7sav3H1dtQOhO/p/rFXmxVGr7g== #The following properties are used by the mail engine for notifications from the portal. #To enable: # set mail.enabled=true # set mail.smtpHost to a valid SMTP host on your network # set emailServiceDebugMode=true if you want all messages sent by the engine to go to the address # given in mail.emailServiceDebugAddress # set mail.feedbackEmailAddress to the email address that feedback may be sent to by the users # set mail.noreplyFromAddress to the address you want notification mail to be sent from mail.enabled=false mail.smtpHost=localhost mail.emailServiceDebugMode=false mail.emailServiceDebugAddress=yourdebugemail@example.com mail.feedbackEmailAddress=yourfeedbackemail@example.com mail.noreplyFromAddress=yournoreply@example.com