Fix mock Postgres database endpoint (#9593)
This commit is contained in:
parent
293ddc3ea1
commit
48267bf239
|
|
@ -394,7 +394,7 @@ function* createOnboardingDatasource() {
|
|||
},
|
||||
endpoints: [
|
||||
{
|
||||
host: "fake-api.cvuydmurdlas.us-east-1.rds.amazonaws.com",
|
||||
host: "mockdb.internal.appsmith.com",
|
||||
port: 5432,
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user