blob: 51fc87f05f44405c3e2b704d498efbdaf1844fac [file] [log] [blame]
###############################################################################
# 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.
###############################################################################
####
# OFBiz Startup Application Settings
####
# --- By default we will use the current directory
#ofbiz.home=
# --- Class paths needed to get StartupLoaders to work (see Start.createClassLoader()).
ofbiz.start.classpath.addComponent=framework/base/config,framework/base/dtd
# --- Set these for shutting down when running as background process
ofbiz.admin.host=127.0.0.1
ofbiz.admin.port=10523
ofbiz.admin.key=so3du5kasd5dn
# --- Default logs directory (relative to ofbiz.home)
#ofbiz.log.dir=runtime/logs
# --- Location (relative to ofbiz.home) for (normal) container configuration
#ofbiz.container.config=framework/base/config/ofbiz-containers.xml
# --- StartupLoader implementations to load (in order)
ofbiz.start.loader1=org.apache.ofbiz.base.container.ContainerLoader
# Because of the danger of Java deserialization when using RMI, the RMI component has been disabled in the default configuration of OFBiz.
# If you need RMI you just need to uncomment those places - See OFBIZ-6942 for details -->
#ofbiz.start.loader1.loaders=main,rmi
ofbiz.start.loader1.loaders=main
# -- Enable the shutdown hook
#ofbiz.enable.hook=true
# -- Auto-Shutdown after load
#ofbiz.auto.shutdown=false
# --- Default Derby system home directory
#derby.system.home=runtime/data/derby
# --- Tells AWT (i.e. JasperReports/FOP/etc) to not require a head (X11)
java.awt.headless=true
# -- The default locale for this OFBiz instance.
ofbiz.locale.default=en
# -- The default time zone for this OFBiz instance.
#ofbiz.timeZone.default=GMT