Skip to content

Commit

Permalink
Merge pull request #78 from Vontigo/feature/71-progressive-web-app
Browse files Browse the repository at this point in the history
upd
  • Loading branch information
Smilefounder committed Aug 4, 2023
2 parents 84692ef + 4187b64 commit 672679f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apps/web/src/lib/core/shared/config/env/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ import {
POSTGRES_HOST,
POSTGRES_DATABASE,
POSTGRES_PASSWORD,
POSTGRES_USER,
POSTGRES_SSL
POSTGRES_USER
} from '$env/static/private';

export const globalConfig = {
Expand All @@ -24,7 +23,8 @@ export const globalConfig = {
database: POSTGRES_DATABASE,
ssl: false,
sslmode: 'verify-full'
}
},
pool: { min: 0, max: 7 }
// "client": "mysql",
// "connection": {
// "host": "179.61.199.11",
Expand Down

1 comment on commit 672679f

@vercel
Copy link

@vercel vercel bot commented on 672679f Aug 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vontigo – ./apps/web

vontigo.org
vontigo.vercel.app
www.vontigo.org
vontigo-dxcore.vercel.app
vontigo-git-develop-dxcore.vercel.app

Please sign in to comment.