# ************************************************************************* # * The contents of this file are subject to the Openbravo Public License # * Version 1.0 (the "License"), being the Mozilla Public License # * Version 1.1 with a permitted attribution clause; you may not use this # * file except in compliance with the License. You may obtain a copy of # * the License at http://www.openbravo.com/legal/license.html # * Software distributed under the License is distributed on an "AS IS" # * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the # * License for the specific language governing rights and limitations # * under the License. # * The Original Code is Openbravo ERP. # * The Initial Developer of the Original Code is Openbravo SL # * All portions are Copyright (C) 2007-2008 Openbravo SL # * All Rights Reserved. # * Contributor(s): ______________________________________. # ************************************************************************ #################### # Date/time format # #################### dateFormat.js=%d-%m-%Y dateFormat.sql=DD-MM-YYYY dateFormat.java=dd-MM-yyyy dateTimeFormat.java=dd-MM-yyyy HH:mm:ss ########### # General # ########### # Static content URL. Use the default value to make it dynamic. # Don't change this unless you know what you are doing web.url=@actual_url_context@/web # Full URL of the context, *only* used by the Web Services installation context.url=http://localhost:8080/openbravo # Absolute path to the attachments directory attach.path=D:\opt\openbravo\attachments # Context name, used in the final war file context.name=openbravo # Root sources directory, used by modularity source.path=D:\projects\oss\r2.50alpha-r8 # Openbravo ERP version application.version=2.50 #Deploy mode: valid values [class, war] deploy.mode=class ############ # Database # ############ # Oracle example: # # bbdd.sid=xe # bbdd.systemUser=SYSTEM # bbdd.systemPassword=SYSTEM # bbdd.user=TAD # bbdd.password=TAD # bbdd.driver=oracle.jdbc.driver.OracleDriver # bbdd.url=jdbc:oracle:thin:@localhost:1521:xe # bbdd.rdbms=ORACLE # bbdd.sessionConfig=ALTER SESSION SET NLS_DATE_FORMAT='DD-MM-YYYY' NLS_NUMERIC_CHARACTERS='.,' bbdd.sid=openbravo bbdd.systemUser=postgres bbdd.systemPassword=syspass bbdd.user=tad bbdd.password=tad bbdd.driver=org.postgresql.Driver bbdd.url=jdbc:postgresql://localhost:5432 bbdd.rdbms=POSTGRE bbdd.sessionConfig=select update_dateFormat('DD-MM-YYYY') ########################## # Development parameters # ########################## bbdd.outputscript=databasescript.sql bbdd.verbosity=INFO # CSS Sprites Generator generateSprites=no # use js/css minimization (in local-context and war-file) minimizeJSandCSS=yes ################## # Authentication # ################## # Leave this empty to use the default login hardler. # LAM server example: org.openbravo.authentication.lam.LamAuthenticationManager authentication.class= ########### # Add-ons # ########### # External Pentaho Services pentahoServer= ################## # Tomcat manager # ################## # tomcat.manager.url=http://localhost:8080/manager tomcat.manager.username=admin tomcat.manager.password=admin