Update simplex_bot.js

This commit is contained in:
lft3t8bx
2024-10-01 12:52:48 +00:00
committed by GitHub
parent 2eda6643ec
commit 4b56261a4c

View File

@ -8,7 +8,7 @@ const sqlite3 = require("sqlite3").verbose();
const dbConfig = { const dbConfig = {
user: "postgres", user: "postgres",
host: "localhost", host: "localhost",
database: "your_db_name", // Change to your actual database name database: "postgres", // Change to your actual database name
password: "postgres", password: "postgres",
port: 5432, port: 5432,
}; };