PromucFlow_constructor/app/client/cypress/fixtures/datasources.json
Abhijeet 992bbdb7c8
chore: Update Postgres port for TED in CI (#34430)
## Description
PR to update the Postgres posrt for TED container in CI.

/test all

### 🔍 Cypress test results
<!-- This is an auto-generated comment: Cypress test results  -->
> [!TIP]
> 🟢 🟢 🟢 All cypress tests have passed! 🎉 🎉 🎉
> Workflow run:
<https://github.com/appsmithorg/appsmith/actions/runs/9646981763>
> Commit: d998c6fe77ac2acdb71888fe6b3d7603ddda508c
> <a
href="https://internal.appsmith.com/app/cypress-dashboard/rundetails-65890b3c81d7400d08fa9ee5?branch=master&workflowId=9646981763&attempt=2"
target="_blank">Cypress dashboard</a>.
> Tags: ``

<!-- end of auto-generated comment: Cypress test results  -->








## Communication
Should the DevRel and Marketing teams inform users about this change?
- [ ] Yes
- [x] No


<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit

- **Chores**
- Updated Docker port mapping from `5432` to `5433` across multiple CI
workflow files to ensure consistency and avoid port conflicts.

- **Bug Fixes**
- Adjusted PostgreSQL connection port from `5432` to `5433` in test
fixtures and scripts to align with environment changes and prevent
connection issues.

- **Tests**
- Modified test scripts to handle new PostgreSQL port settings for
improved reliability in testing scenarios.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
2024-06-25 10:35:15 +05:30

93 lines
3.1 KiB
JSON

{
"mongo-authenticationAuthtype": "SCRAM-SHA-1",
"mongo-host": "host.docker.internal",
"mongo-port": 28017,
"mongo-databaseName": "mongo_samples",
"mongo-uri": "mongodb://host.docker.internal:28017/mongo_samples?retryWrites=true&w=majority",
"postgres-host": "host.docker.internal",
"postgres-port": 5433,
"postgres-databaseName": "fakeapi",
"postgres-username": "docker",
"postgres-password": "docker",
"mysql-host": "host.docker.internal",
"mysql-port": 3306,
"mysql-databaseName": "fakeapi",
"mysql-username": "root",
"mysql-password": "root",
"mssql-host": "host.docker.internal",
"mssql-port": 1433,
"mssql-databaseName": "fakeapi",
"mssql-username": "SA",
"mssql-password": "Root@123",
"arango-host": "host.docker.internal",
"arango-port": 8529,
"arango-databaseName": "_system",
"arango-username": "root",
"arango-password": "Arango",
"elastic-host": "http://host.docker.internal",
"elastic-port": 9200,
"elastic-username": "elastic",
"elastic-password": "docker",
"redshift-host": "localhost",
"redshift-port": 5439,
"redshift-databaseName": "fakeapi",
"redshift-username": "root",
"redshift-password": "Redshift$123",
"smtp-host": "host.docker.internal",
"smtp-port": "25",
"smtp-username": "root",
"smtp-password": "root",
"redis-host": "host.docker.internal",
"redis-port": "6379",
"oracle-host": "random-data",
"oracle-port": "40",
"oracle-name": "random-name",
"oracle-username": "random-username",
"oracle-password": "random-password",
"OAuth_Username": "testuser@appsmith.com",
"OAuth_Host": "http://localhost:6001",
"OAuth_ApiUrl": "http://host.docker.internal:6001",
"OAUth_AccessTokenUrl": "http://host.docker.internal:6001/oauth/token",
"OAuth_AuthUrl": "http://localhost:6001/oauth/authorize",
"OAuth_RedirectUrl": "http://localhost/api/v1/datasources/authorize",
"AirtableBase": "appubHrVbovcudwN6",
"AirtableTable": "tblsFCQSskVFf7xNd",
"echoApiUrl": "http://host.docker.internal:5001/v1/mock-api/echo",
"randomCatfactUrl": "http://host.docker.internal:5001/v1/catfact/random",
"multipartAPI": "http://host.docker.internal:5001/v1/mock-api/echo-multipart",
"randomTrumpApi": "http://host.docker.internal:5001/v1/whatdoestrumpthink/random",
"uuid1Api": "http://host.docker.internal:5001/v1/mock-api/uuid1",
"uuid4Api": "http://host.docker.internal:5001/v1/mock-api/uuid4",
"nillApi": "http://host.docker.internal:5001/v1/mock-api/nill",
"firestore-database-url": "https://appsmith-22e8b.firebaseio.com",
"firestore-projectID": "appsmith-22e8b",
"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",
"GraphqlApiUrl_TED": "http://host.docker.internal:4200/graphql",
"GITEA_API_BASE_TED": "localhost",
"GITEA_API_PORT_TED": "3001",
"GITEA_API_URL_TED": "git@host.docker.internal:Cypress"
}