Basic styling
This commit is contained in:
@@ -4,7 +4,6 @@ import ssh2 from 'ssh2';
|
||||
|
||||
// @ts-ignore
|
||||
export const sql = postgres(
|
||||
// 'postgres://doki8902:[email protected]:5432/studentu',
|
||||
{
|
||||
host: env.PG_HOST,
|
||||
port: parseInt(env.PG_PORT),
|
||||
|
||||
Reference in New Issue
Block a user