Fix mock Postgres database endpoint (#9593)

This commit is contained in:
akash-codemonk 2021-12-21 11:13:19 +05:30 committed by GitHub
parent 293ddc3ea1
commit 48267bf239
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -394,7 +394,7 @@ function* createOnboardingDatasource() {
},
endpoints: [
{
host: "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
host: "mockdb.internal.appsmith.com",
port: 5432,
},
],