diff --git a/App/FeatureSet/Home/Views/pricing.ejs b/App/FeatureSet/Home/Views/pricing.ejs index 9c8117a17a..f78efe7fe6 100644 --- a/App/FeatureSet/Home/Views/pricing.ejs +++ b/App/FeatureSet/Home/Views/pricing.ejs @@ -344,7 +344,7 @@ d="M16.704 4.153a.75.75 0 01.143 1.052l-8 10.5a.75.75 0 01-1.127.075l-4.5-4.5a.75.75 0 011.06-1.06l3.894 3.893 7.48-9.817a.75.75 0 011.05-.143z" clip-rule="evenodd" /> - Dedicated Support Channel + Deployed on Multi Cloud
  • diff --git a/App/Index.ts b/App/Index.ts index e52a4a61e9..0899276205 100755 --- a/App/Index.ts +++ b/App/Index.ts @@ -47,7 +47,7 @@ const init: PromiseVoidFunction = async (): Promise => { // Connect to Postgres database await PostgresAppInstance.connect( - PostgresAppInstance.getDatasourceOptions(), + ); // Connect to Redis diff --git a/Ingestor/Index.ts b/Ingestor/Index.ts index 0b568cb522..13dac11fcd 100644 --- a/Ingestor/Index.ts +++ b/Ingestor/Index.ts @@ -57,7 +57,7 @@ const init: PromiseVoidFunction = async (): Promise => { // connect to the database. await PostgresAppInstance.connect( - PostgresAppInstance.getDatasourceOptions(), + ); // connect redis diff --git a/Nginx/Index.ts b/Nginx/Index.ts index 6cf6fede67..eba0b98dc4 100644 --- a/Nginx/Index.ts +++ b/Nginx/Index.ts @@ -31,9 +31,7 @@ const init: PromiseVoidFunction = async (): Promise => { }); // connect to the database. - await PostgresAppInstance.connect( - PostgresAppInstance.getDatasourceOptions(), - ); + await PostgresAppInstance.connect(); AcmeWriteCertificatesJob.init();