17 lines
641 B
JSON
17 lines
641 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",
|
|
"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"
|
|
}
|