# ************************************************************************* # * 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 # ORACLE DB settings #bbdd.sid=xe #bbdd.systemUser=SYSTEM #bbdd.systemPassword=oracle #bbdd.user=tad_training #bbdd.password=tad_training #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='.,' # POSTGRES DB settings # If postgres will be used, make sure you put an # (a comment sign) in front of all # rows in the previous "ORACLE DB settings" section and uncomment the ones in this section bbdd.sid=tad_training bbdd.systemUser=postgres bbdd.systemPassword=postgres bbdd.user=tad_training bbdd.password=tad_training bbdd.driver=org.postgresql.Driver bbdd.url=jdbc:postgresql://localhost:5432 bbdd.rdbms=POSTGRE bbdd.sessionConfig=select update_dateFormat('DD-MM-YYYY') # build.xml properties attach.path=/usr/share/tomcat5.5/webapps/openbravo/attachments context.name=openbravo web.url=@actual_url_context@/web context.url=http://localhost:8880/openbravo # Development bbdd.outputscript=databasescript.sql bbdd.verbosity=INFO application.version=2.40 development.environment.id=1 # External Services pentahoServer= # Login Handler # To login using a lam server use: org.openbravo.authentication.lam.LamAuthenticationManager authentication.class=