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