PromucFlow_constructor/app/client/cypress/fixtures/datasources.json

16 lines
517 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": "localhost",
"postgres-port": 5432,
"postgres-databaseName": "postgres",
"postgres-username": "postgres",
"postgres-password": "postgres",
"restapi-url": "https://my-json-server.typicode.com/typicode/demo/posts"
}