You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by br...@apache.org on 2006/12/13 08:18:41 UTC

svn commit: r486528 - /maven/continuum/trunk/continuum-webapp/src/main/resources/org/apache/maven/continuum/security.properties

Author: brett
Date: Tue Dec 12 23:18:41 2006
New Revision: 486528

URL: http://svn.apache.org/viewvc?view=rev&rev=486528
Log:
[CONTINUUM-1051] add default configuration for Continuum

Added:
    maven/continuum/trunk/continuum-webapp/src/main/resources/org/apache/maven/continuum/security.properties   (with props)

Added: maven/continuum/trunk/continuum-webapp/src/main/resources/org/apache/maven/continuum/security.properties
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/src/main/resources/org/apache/maven/continuum/security.properties?view=auto&rev=486528
==============================================================================
--- maven/continuum/trunk/continuum-webapp/src/main/resources/org/apache/maven/continuum/security.properties (added)
+++ maven/continuum/trunk/continuum-webapp/src/main/resources/org/apache/maven/continuum/security.properties Tue Dec 12 23:18:41 2006
@@ -0,0 +1,34 @@
+#
+# Copyright 2006 The Apache Software Foundation
+# 
+# Licensed 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.
+#
+
+# --------------------------------------------------------------------
+# Application Configuration
+
+application.name=Maven Continuum
+# NOTE: do not include trailing slash on application.url 
+application.url=http://localhost
+application.timestamp=EEE, d MMM yyyy HH:mm:ss Z
+
+# --------------------------------------------------------------------
+# Email Settings
+
+# All emails sent by the system will be from the following user name (used in conjunction with address)
+email.from.address=continuum@localhost
+email.from.name=Continuum Admin Username
+
+# The subject line for the email message.
+email.validation.subject=Welcome to Maven Continuum
+

Propchange: maven/continuum/trunk/continuum-webapp/src/main/resources/org/apache/maven/continuum/security.properties
------------------------------------------------------------------------------
    svn:eol-style = native