Configuring Sources
Define the data sources your Preen session can connect to
sources:
- name: s3-model
engine: s3
connection:
bucket_name: users
region: us-east-1
- name: postgres-model
engine: postgres
connection:
host: localhost
port: 33061
database: postgres
username: root
password: myp@assword
- name: mongo-model
engine: mongodb
connection:
host: ${MONGO_HOST}
port: ${MONGO_PORT}
database: mongoLast updated