# db_logger # Copyright 2022 Julio Merino # # 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. # User-configurable settings to run the tests. # # To modify this file, first copy it to config.mk and then edit that local copy. This file # (config.mk.tmpl) must not contain secrets and the config.mk file must never be checked in. # Settings to connect to the test database. POSTGRES_TEST_HOST= POSTGRES_TEST_PORT=5432 POSTGRES_TEST_DATABASE=db_logger_test POSTGRES_TEST_USERNAME= POSTGRES_TEST_PASSWORD=