From df143451d3d89a13704952565c4d4bd974380928 Mon Sep 17 00:00:00 2001 From: lft3t8bx <149098014+lft3t8bx@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:58:05 +0000 Subject: [PATCH] Update simplex_bot.js --- compose/simplex/bot/simplex_bot.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compose/simplex/bot/simplex_bot.js b/compose/simplex/bot/simplex_bot.js index 38881b7..c1b90d2 100644 --- a/compose/simplex/bot/simplex_bot.js +++ b/compose/simplex/bot/simplex_bot.js @@ -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, };