PromucFlow_constructor/app/client/cypress/fixtures/datasources.json
2020-08-19 14:00:42 +05:30

16 lines
570 B
JSON

{
"mongo-host": "ds119422.mlab.com",
"mongo-port": 19422,
"mongo-databaseName": "heroku_bcmprc4k",
"mongo-username": "akash",
"mongo-password": "123wheel",
"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"
}