mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-09 03:20:13 +00:00
Update simplex_bot.js
This commit is contained in:
@ -6,10 +6,10 @@ const sqlite3 = require("sqlite3").verbose();
|
||||
|
||||
// Define PostgreSQL connection details at the top of the script
|
||||
const dbConfig = {
|
||||
user: "postgres",
|
||||
user: "postgres", // Change to your actual user
|
||||
host: "localhost",
|
||||
database: "postgres", // Change to your actual database name
|
||||
password: "postgres",
|
||||
password: "postgres", // Change to your actual pass
|
||||
port: 5432,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user