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

22 lines
874 B
JSON
Raw Normal View History

{
"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",
"database-url": "appsmith-f9fe4.firebaseio.com",
"projectID": "appsmith-f9fe4",
"serviceAccCredentials": "testdata",
"access_key": "AKIATTSPRCT3ZEMEPSMC",
"secret_key": "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"
2020-08-19 08:30:42 +00:00
}