13 lines
213 B
YAML
13 lines
213 B
YAML
jaffle_shop:
|
|
target: dev
|
|
outputs:
|
|
dev:
|
|
type: postgres
|
|
host: postgres
|
|
user: postgres
|
|
password: postgres
|
|
port: 5432
|
|
dbname: postgres
|
|
schema: public
|
|
threads: 1
|