blob: 749062c0b6dc998e582d2a3fb863d7d257548558 [file] [log] [blame]
{#
SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
SPDX-License-Identifier: Apache-2.0
#}
# /etc/default/timesheetsdb
# {{ ansible_managed }}
DATABASE_NAME = {{ timesheets_pg_db }}
DATABASE_PORT = {{ timesheets_pg_db_port }}
DATABASE_USER = {{ timesheets_pg_db_username }}
DATABASE_PASS = {{ timesheets_pg_db_password }}