Skip to content

Commit

Permalink
456
Browse files Browse the repository at this point in the history
  • Loading branch information
sbacorp committed Jan 27, 2023
1 parent 5e91f2b commit 7094a12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions app/server/db.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Sequelize } from "npm:sequelize";
import * as pg from 'npm:pg';
export const sequelize = new Sequelize('parserUsers', 'bogdan', 'root', {
host: '77.223.106.99',
port: '6432',
dialect: 'postgres'
});
export const sequelize = new Sequelize("parserUsers", "bogdan", "0lDWCy6qeZgs", {
host: "5.188.129.19",
port: "6432",
dialect: "postgres",
});
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "",
"main": "index.js",
"scripts": {
"start": "denon run --allow-net --allow-env --allow-read app/server/index.ts",
"start": "deno run --allow-net --allow-env --allow-read app/server/index.ts",
"cbazar": "denon run --allow-net --allow-read --allow-env app/server/parsers/cbazar.ts",
"jof": "denon run --allow-net --allow-read --allow-env parsers/jofogas.ts"
},
Expand Down

0 comments on commit 7094a12

Please sign in to comment.