PromucFlow_constructor/app/client/cypress/fixtures/datasources.json
NandanAnantharamu d1d70b8b5c
Updated mongodatasource tests (#2567)
* Updated mongodatasource tests

* Commented assertion for test datasource and updated query test

Co-authored-by: nandan.anantharamu <nandan.anantharamu@thoughtspot.com>
2021-01-13 21:34:23 +05:30

18 lines
676 B
JSON

{
"mongo-host": "cypress-test.zljea.mongodb.net",
"mongo-port": 19422,
"mongo-databaseName": "admin",
"mongo-username": "cypress-test",
"mongo-password": "RaopEmky505xYV4p",
"mongo-authenticationAuthtype": "SCRAM-SHA-1",
"mongo-sslAuthtype": "No SSL",
"postgres-host": "postgres-test-db.cz8diybf9wdj.ap-south-1.rds.amazonaws.com",
"postgres-port": 5432,
"postgres-databaseName": "fakeapi",
"postgres-username": "postgres",
"postgres-password": "Appsmith2019#",
"restapi-url": "https://my-json-server.typicode.com/typicode/demo/posts",
"mongo-defaultDatabaseName": "sample_airbnb",
"connection-type": "Replica set"
}