diff --git a/testing/configuration.yaml b/testing/configuration.yaml new file mode 100644 index 0000000..c4398d1 --- /dev/null +++ b/testing/configuration.yaml @@ -0,0 +1,14 @@ +data_source smaller_breakdowns: + type: postgres + connection: + host: ${POSTGRES_HOST} + port: 5432 + username: ${POSTGRES_USER} + password: ${POSTGRES_PASS} + database: postgres + schema: new_york + +soda_cloud: + host: dev.sodadata.io + api_key_id: ${CLOUD_API_KEY_ID} + api_key_secret: ${CLOUD_API_KEY_SECRET}