| {# |
| SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org> |
| SPDX-License-Identifier: Apache-2.0 |
| #} |
| [ |
| { |
| "type": "postgres", |
| "host": "localhost", |
| "port": {{ timesheets_pg_db_port }}, |
| "username": "{{ timesheets_pg_db_username }}", |
| "password": "{{ timesheets_pg_db_password }}", |
| "database": "{{ timesheets_pg_db }}", |
| "entities": ["dist/**/*.entity{ .ts,.js}"], |
| "synchronize": false, |
| "migrations": ["dist/migrations/*{.ts,.js}"], |
| "migrationsTableName": "migrations_typeorm", |
| "migrationsRun": true |
| } |
| ] |