You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by bh...@apache.org on 2017/10/25 09:46:08 UTC

[cloudstack] 13/14: wip server props file

This is an automated email from the ASF dual-hosted git repository.

bhaisaab pushed a commit to branch CLOUDSTACK-10012
in repository https://gitbox.apache.org/repos/asf/cloudstack.git

commit 8a6fd77c1ce7e81b29b36481f0d713a06ad8c38f
Author: Rohit Yadav <ro...@shapeblue.com>
AuthorDate: Wed Oct 25 14:17:50 2017 +0530

    wip server props file
    
    Signed-off-by: Rohit Yadav <ro...@shapeblue.com>
---
 client/conf/server.properties.in | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/client/conf/server.properties.in b/client/conf/server.properties.in
new file mode 100644
index 0000000..6f9efb9
--- /dev/null
+++ b/client/conf/server.properties.in
@@ -0,0 +1,25 @@
+# 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.
+
+listen.interface=0.0.0.0
+http.port=8080
+https.port=8443
+keystore.file=/etc/cloudstack/management/cert.jks
+keystore.password=vmops.com
+webapp.dir=/usr/share/cloudstack-management/webapp
+log.dir=/var/log/cloudstack/management/
+access.log.file=/var/log/cloudstack/management/access.log

-- 
To stop receiving notification emails like this one, please contact
"commits@cloudstack.apache.org" <co...@cloudstack.apache.org>.