Files
jaffle_shop/profiles/profiles.yml

13 lines
213 B
YAML
Raw Normal View History

jaffle_shop:
target: dev
outputs:
dev:
type: postgres
host: postgres
user: postgres
password: postgres
port: 5432
dbname: postgres
schema: public
threads: 1