PromucFlow_constructor/app/client/cypress/fixtures/datasources.json
Hetu Nandu c2f730edb1 feat: dynamic post body in api form
- add info icon
- display helper text and placeholders dynamically
2020-05-11 09:03:46 +00:00

15 lines
567 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": "appsmith-test-db.cgg2px8dsrli.ap-south-1.rds.amazonaws.com",
"postgres-port": 5432,
"postgres-databaseName": "postgres",
"postgres-username": "postgres",
"postgres-password": "qwerty1234",
"restapi-url": "https://my-json-server.typicode.com/typicode/demo/posts"
}