2020-05-11 09:03:46 +00:00
|
|
|
{
|
2023-03-28 20:07:07 +00:00
|
|
|
"mongo-authenticationAuthtype": "SCRAM-SHA-1",
|
2023-01-25 05:39:02 +00:00
|
|
|
"mongo-host": "host.docker.internal",
|
2022-08-16 04:01:16 +00:00
|
|
|
"mongo-port": 28017,
|
|
|
|
|
"mongo-databaseName": "mongo_samples",
|
2023-07-04 05:37:43 +00:00
|
|
|
"mongo-uri": "mongodb://host.docker.internal:28017/mongo_samples?retryWrites=true&w=majority",
|
2022-08-16 04:01:16 +00:00
|
|
|
|
2023-01-25 05:39:02 +00:00
|
|
|
"postgres-host": "host.docker.internal",
|
2024-06-25 05:05:15 +00:00
|
|
|
"postgres-port": 5433,
|
2022-08-16 04:01:16 +00:00
|
|
|
"postgres-databaseName": "fakeapi",
|
|
|
|
|
"postgres-username": "docker",
|
|
|
|
|
"postgres-password": "docker",
|
|
|
|
|
|
2023-03-28 20:07:07 +00:00
|
|
|
"mysql-host": "host.docker.internal",
|
2022-08-16 04:01:16 +00:00
|
|
|
"mysql-port": 3306,
|
|
|
|
|
"mysql-databaseName": "fakeapi",
|
|
|
|
|
"mysql-username": "root",
|
|
|
|
|
"mysql-password": "root",
|
|
|
|
|
|
2023-03-28 20:07:07 +00:00
|
|
|
"mssql-host": "host.docker.internal",
|
2022-08-16 04:01:16 +00:00
|
|
|
"mssql-port": 1433,
|
|
|
|
|
"mssql-databaseName": "fakeapi",
|
|
|
|
|
"mssql-username": "SA",
|
2023-03-16 18:28:32 +00:00
|
|
|
"mssql-password": "Root@123",
|
2022-08-16 04:01:16 +00:00
|
|
|
|
2023-03-28 20:07:07 +00:00
|
|
|
"arango-host": "host.docker.internal",
|
2022-08-16 04:01:16 +00:00
|
|
|
"arango-port": 8529,
|
2023-03-28 20:07:07 +00:00
|
|
|
"arango-databaseName": "_system",
|
2022-08-16 04:01:16 +00:00
|
|
|
"arango-username": "root",
|
2023-03-28 20:07:07 +00:00
|
|
|
"arango-password": "Arango",
|
2022-08-16 04:01:16 +00:00
|
|
|
|
2023-04-06 04:07:04 +00:00
|
|
|
"elastic-host": "http://host.docker.internal",
|
|
|
|
|
"elastic-port": 9200,
|
|
|
|
|
"elastic-username": "elastic",
|
|
|
|
|
"elastic-password": "docker",
|
|
|
|
|
|
2023-03-28 20:07:07 +00:00
|
|
|
"redshift-host": "localhost",
|
2022-08-16 04:01:16 +00:00
|
|
|
"redshift-port": 5439,
|
|
|
|
|
"redshift-databaseName": "fakeapi",
|
|
|
|
|
"redshift-username": "root",
|
|
|
|
|
"redshift-password": "Redshift$123",
|
2023-03-10 11:39:06 +00:00
|
|
|
|
2023-03-28 20:07:07 +00:00
|
|
|
"smtp-host": "host.docker.internal",
|
|
|
|
|
"smtp-port": "25",
|
|
|
|
|
"smtp-username": "root",
|
|
|
|
|
"smtp-password": "root",
|
2023-03-10 11:39:06 +00:00
|
|
|
|
2023-04-25 18:24:36 +00:00
|
|
|
"redis-host": "host.docker.internal",
|
|
|
|
|
"redis-port": "6379",
|
|
|
|
|
|
2023-06-12 17:48:46 +00:00
|
|
|
"oracle-host": "random-data",
|
|
|
|
|
"oracle-port": "40",
|
|
|
|
|
"oracle-name": "random-name",
|
|
|
|
|
"oracle-username": "random-username",
|
|
|
|
|
"oracle-password": "random-password",
|
|
|
|
|
|
2023-03-28 20:07:07 +00:00
|
|
|
"OAuth_Username": "testuser@appsmith.com",
|
|
|
|
|
"OAuth_Host": "http://localhost:6001",
|
2023-03-10 11:39:06 +00:00
|
|
|
"OAuth_ApiUrl": "http://host.docker.internal:6001",
|
|
|
|
|
"OAUth_AccessTokenUrl": "http://host.docker.internal:6001/oauth/token",
|
|
|
|
|
"OAuth_AuthUrl": "http://localhost:6001/oauth/authorize",
|
2023-03-28 20:07:07 +00:00
|
|
|
"OAuth_RedirectUrl": "http://localhost/api/v1/datasources/authorize",
|
2023-03-11 07:01:39 +00:00
|
|
|
|
2023-03-18 19:42:01 +00:00
|
|
|
"AirtableBase": "appubHrVbovcudwN6",
|
2023-03-28 20:07:07 +00:00
|
|
|
"AirtableTable": "tblsFCQSskVFf7xNd",
|
2023-03-18 19:42:01 +00:00
|
|
|
|
2023-03-28 20:07:07 +00:00
|
|
|
"echoApiUrl": "http://host.docker.internal:5001/v1/mock-api/echo",
|
|
|
|
|
"randomCatfactUrl": "http://host.docker.internal:5001/v1/catfact/random",
|
2023-06-16 17:24:41 +00:00
|
|
|
"multipartAPI": "http://host.docker.internal:5001/v1/mock-api/echo-multipart",
|
2023-06-27 05:22:50 +00:00
|
|
|
"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",
|
2023-03-15 05:03:34 +00:00
|
|
|
|
2023-04-04 15:56:57 +00:00
|
|
|
"firestore-database-url": "https://appsmith-22e8b.firebaseio.com",
|
|
|
|
|
"firestore-projectID": "appsmith-22e8b",
|
|
|
|
|
|
2022-08-16 04:01:16 +00:00
|
|
|
"restapi-url": "https://my-json-server.typicode.com/typicode/demo/posts",
|
|
|
|
|
"connection-type": "Replica set",
|
2023-04-04 15:56:57 +00:00
|
|
|
|
2023-03-28 20:07:07 +00:00
|
|
|
"mockHostAddress": "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
|
2022-08-16 04:01:16 +00:00
|
|
|
"mockDatabaseName": "fakeapi",
|
|
|
|
|
"mockDatabaseUsername": "fakeapi",
|
|
|
|
|
"mockDatabasePassword": "LimitedAccess123#",
|
2023-03-28 20:07:07 +00:00
|
|
|
"readonly": "readonly",
|
2024-10-07 10:30:43 +00:00
|
|
|
"authenticatedApiUrl": "http://host.docker.internal:5001",
|
2023-03-15 05:03:34 +00:00
|
|
|
|
2024-04-23 04:31:14 +00:00
|
|
|
"GraphqlApiUrl_TED": "http://host.docker.internal:4200/graphql",
|
2023-03-28 20:07:07 +00:00
|
|
|
"GITEA_API_BASE_TED": "localhost",
|
2023-03-01 16:49:32 +00:00
|
|
|
"GITEA_API_PORT_TED": "3001",
|
2023-02-14 19:42:45 +00:00
|
|
|
"GITEA_API_URL_TED": "git@host.docker.internal:Cypress"
|
2022-06-09 06:51:46 +00:00
|
|
|
}
|