# 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. hibernate.connection.driver_class=org.postgresql.Driver #hibernate.connection.driver_class=oracle.jdbc.driver.OracleDriver hibernate.connection.url=jdbc:postgresql://localhost:5432/syncope #hibernate.connection.url=jdbc:oracle:thin:@localhost:1521:orcl hibernate.connection.username=syncope hibernate.connection.password=syncope hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect #hibernate.dialect=org.hibernate.dialect.Oracle10gDialect dbUnitDataTypeFactory=org.dbunit.ext.postgresql.PostgresqlDataTypeFactory #dbUnitDataTypeFactory=org.dbunit.ext.oracle.Oracle10DataTypeFactory quartz.jobstore=org.quartz.impl.jdbcjobstore.PostgreSQLDelegate #quartz.jobstore=org.quartz.impl.jdbcjobstore.oracle.OracleDelegate quartz.sql=tables_postgres.sql #quartz.sql=tables_oracle.sql #database.schema=SYNCOPE