PromucFlow_constructor/app/client/cypress/fixtures/datasources.json
yatinappsmith a665b943c0
Using local Postgres database instead of remote (#6241)
* Using local Postgres database instead of remote

* Added createdb and usedb at the top
2021-07-30 11:41:14 +05:30

22 lines
820 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": "localhost",
"postgres-port": 5432,
"postgres-databaseName": "fakeapi",
"postgres-username": "postgres",
"postgres-password": "postgres",
"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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"
}