# # Copyright (c) 2018, 2023 Oracle and/or its affiliates. # # 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. # # Override configuration to use a random port for the unit tests config_ordinal=1000 # Microprofile server properties server.port=-1 server.host=0.0.0.0 javax.sql.DataSource.dsh2testdev.dataSourceClassName = org.h2.jdbcx.JdbcDataSource javax.sql.DataSource.dsh2testdev.dataSource.url = jdbc:h2:file:./testingh2.db;DATABASE_TO_UPPER=FALSE javax.sql.DataSource.dsh2testdev.dataSource.user = sa javax.sql.DataSource.dsh2testdev.dataSource.password = sa