mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-08-11 12:30:05 +00:00
Update simplex_bot.js
This commit is contained in:
@ -8,7 +8,7 @@ const sqlite3 = require("sqlite3").verbose();
|
||||
const dbConfig = {
|
||||
user: "postgres",
|
||||
host: "localhost",
|
||||
database: "your_db_name", // Change to your actual database name
|
||||
database: "postgres", // Change to your actual database name
|
||||
password: "postgres",
|
||||
port: 5432,
|
||||
};
|
||||
|
Reference in New Issue
Block a user