Zack Williams | 7099644 | 2020-10-01 22:09:49 -0700 | [diff] [blame] | 1 | --- |
| 2 | # timesheets defaults/main.yml |
| 3 | # |
| 4 | # SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> |
| 5 | # SPDX-License-Identifier: Apache-2.0 |
| 6 | |
| 7 | # unix username/groupname |
| 8 | timesheets_username: "timesheets" |
| 9 | timesheets_groupname: "timesheets" |
| 10 | timesheets_comment: "Timesheets NodeJS application" |
| 11 | |
| 12 | # git repos |
| 13 | timesheetsdb_repo: "https://github.com/opennetworkinglab/timesheetsdb" |
| 14 | timesheetsdb_version: "master" |
| 15 | |
| 16 | timesheetsui_repo: "https://github.com/opennetworkinglab/timesheetsui" |
| 17 | timesheetsui_version: "master" |
| 18 | |
| 19 | # directories |
| 20 | timesheets_dir: "/opt/timesheets" |
| 21 | |
| 22 | # postgres db settings |
| 23 | timesheets_pg_db: "timesheets" |
Zack Williams | 952bc00 | 2020-10-04 09:45:59 -0700 | [diff] [blame^] | 24 | timesheets_pg_db_port: 5432 |
Zack Williams | 7099644 | 2020-10-01 22:09:49 -0700 | [diff] [blame] | 25 | timesheets_pg_db_username: "timesheets_db_user" |
| 26 | timesheets_pg_db_password: "timesheets_db_pass" |