* Chore disable git submodule for web-client and app-backend * Chore add newest source code of app-backend and web-client --------- Co-authored-by: Hien To <tominhhien97@gmail.com>
10 lines
244 B
YAML
10 lines
244 B
YAML
- name: jandb
|
|
kind: postgres
|
|
configuration:
|
|
connection_info:
|
|
database_url:
|
|
from_env: PG_DATABASE_URL
|
|
isolation_level: read-committed
|
|
use_prepared_statements: false
|
|
tables: "!include jandb/tables/tables.yaml"
|