mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 14:49:07 +00:00
refactor: Update pricing page with new feature description
This commit is contained in:
parent
c53584e9d5
commit
9355f185a9
@ -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" />
|
||||
</svg>
|
||||
<span class="text-sm text-gray-500">Dedicated Support Channel</span>
|
||||
<span class="text-sm text-gray-500">Deployed on Multi Cloud</span>
|
||||
</li>
|
||||
|
||||
<li class="flex space-x-3">
|
||||
|
@ -47,7 +47,7 @@ const init: PromiseVoidFunction = async (): Promise<void> => {
|
||||
|
||||
// Connect to Postgres database
|
||||
await PostgresAppInstance.connect(
|
||||
PostgresAppInstance.getDatasourceOptions(),
|
||||
|
||||
);
|
||||
|
||||
// Connect to Redis
|
||||
|
@ -57,7 +57,7 @@ const init: PromiseVoidFunction = async (): Promise<void> => {
|
||||
|
||||
// connect to the database.
|
||||
await PostgresAppInstance.connect(
|
||||
PostgresAppInstance.getDatasourceOptions(),
|
||||
|
||||
);
|
||||
|
||||
// connect redis
|
||||
|
@ -31,9 +31,7 @@ const init: PromiseVoidFunction = async (): Promise<void> => {
|
||||
});
|
||||
|
||||
// connect to the database.
|
||||
await PostgresAppInstance.connect(
|
||||
PostgresAppInstance.getDatasourceOptions(),
|
||||
);
|
||||
await PostgresAppInstance.connect();
|
||||
|
||||
AcmeWriteCertificatesJob.init();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user