PromucFlow_constructor/app/client/cypress/fixtures/datasources.json
yatinappsmith bd7ae1f924
test: Added test event driver (#11222)
* Added test event driver

* changed port to 28017

* updated credentials

* updated password for postgres

* Update forkedApp.json

* fixing ImportExportForkApplication_spec

* fixing ImportExportFork_spec

* updating testdata

Co-authored-by: Parthvi Goswami <parthvigoswami@Parthvis-MacBook-Pro.local>
2022-02-18 17:45:05 +05:30

45 lines
1.6 KiB
JSON

{
"mongo-authenticationAuthtype": "SCRAM-SHA-1",
"mongo-host": "localhost",
"mongo-port": 28017,
"mongo-databaseName": "sample_airbnb",
"mongo-uri": "mongodb+srv://localhost:localhost@mockdb.net/mock?retryWrites=true&w=majority",
"postgres-host": "localhost",
"postgres-port": 5432,
"postgres-databaseName": "fakeapi",
"postgres-username": "docker",
"postgres-password": "docker",
"mysql-host": "localhost",
"mysql-port": 3306,
"mysql-databaseName": "fakeapi",
"mysql-username": "root",
"mysql-password": "root",
"mssql-host": "localhost",
"mssql-port": 1433,
"mssql-databaseName": "fakeapi",
"mssql-username": "SA",
"mssql-password": "Root$123",
"arango-host": "localhost",
"arango-port": 8529,
"arango-databaseName": "fakeapi",
"arango-username": "root",
"arango-password": "Arango$123",
"redshift-host": "localhost",
"redshift-port": 5439,
"redshift-databaseName": "fakeapi",
"redshift-username": "root",
"redshift-password": "Redshift$123",
"restapi-url": "https://my-json-server.typicode.com/typicode/demo/posts",
"connection-type": "Replica set",
"database-url": "appsmith-f9fe4.firebaseio.com",
"projectID": "appsmith-f9fe4",
"serviceAccCredentials": "testdata",
"access_key": "AKIATTSPRCT3ZEMEPSMC",
"secret_key": "DTFRFG15G7Xyn8IIHDW9cKXMg+TuA7DIC74oC0L9",
"mockHostAddress":"fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
"mockDatabaseName": "fakeapi",
"mockDatabaseUsername": "fakeapi",
"mockDatabasePassword": "LimitedAccess123#",
"readonly":"readonly"
}