Skip to content

Commit

Permalink
udpated files
Browse files Browse the repository at this point in the history
  • Loading branch information
“NandanAnantharamu” committed Oct 4, 2024
1 parent e495422 commit ce672b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/client/cypress/fixtures/datasources.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"mockDatabaseUsername": "fakeapi",
"mockDatabasePassword": "LimitedAccess123#",
"readonly": "readonly",
"authenticatedApiUrl": "https://fakeapi.com",
"authenticatedApiUrl": "http://host.docker.internal:5001",

"GraphqlApiUrl_TED": "http://host.docker.internal:4200/graphql",
"GITEA_API_BASE_TED": "localhost",
Expand Down
10 changes: 2 additions & 8 deletions app/client/cypress/support/Objects/DataManager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,15 +97,12 @@ export class DataManager {
firestore_projectID: "appsmith-22e8b",
firestore_serviceaccountkey: Cypress.env("FIRESTORE_PRIVATE_KEY"),

restapi_url: "https://my-json-server.typicode.com/typicode/demo/posts",
connection_type: "Replica set",

mockHostAddress: "fake_api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
mockDatabaseName: "fakeapi",
mockDatabaseUsername: "fakeapi",
mockDatabasePassword: "LimitedAccess123#",
readonly: "readonly",
authenticatedApiUrl: "https://fakeapi.com",
authenticatedApiUrl: "http://host.docker.internal:5001",

GraphqlApiUrl_TED: "http://host.docker.internal:4200/graphql",

Expand Down Expand Up @@ -192,15 +189,12 @@ export class DataManager {
firestore_projectID: "appsmith-dummy",
firestore_serviceaccountkey: "dummy_service_creds_key",

restapi_url: "https://my-json-server.typicode.com/typicode/demo/posts",
connection_type: "Replica set",

mockHostAddress: "fake_api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
mockDatabaseName: "fakeapi",
mockDatabaseUsername: "fakeapi",
mockDatabasePassword: "LimitedAccess123#",
readonly: "readonly",
authenticatedApiUrl: "https://fakeapi.com",
authenticatedApiUrl: "http://host.docker.internal:5001",

GraphqlApiUrl_TED: "http://host.docker.internal:4200/graphql",

Expand Down

0 comments on commit ce672b5

Please sign in to comment.