{# | |
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 }} |