mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-09 11:30:16 +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
|
// Define PostgreSQL connection details at the top of the script
|
||||||
const dbConfig = {
|
const dbConfig = {
|
||||||
user: "postgres",
|
user: "postgres", // Change to your actual user
|
||||||
host: "localhost",
|
host: "localhost",
|
||||||
database: "postgres", // Change to your actual database name
|
database: "postgres", // Change to your actual database name
|
||||||
password: "postgres",
|
password: "postgres", // Change to your actual pass
|
||||||
port: 5432,
|
port: 5432,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user