blob: 749062c0b6dc998e582d2a3fb863d7d257548558 [file] [log] [blame]
Zack Williams952bc002020-10-04 09:45:59 -07001{#
2SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
3SPDX-License-Identifier: Apache-2.0
4#}
5# /etc/default/timesheetsdb
6# {{ ansible_managed }}
7DATABASE_NAME = {{ timesheets_pg_db }}
8DATABASE_PORT = {{ timesheets_pg_db_port }}
9DATABASE_USER = {{ timesheets_pg_db_username }}
10DATABASE_PASS = {{ timesheets_pg_db_password }}