From 7fde0fa255730d2bf46afefdf20142f45b8c6352 Mon Sep 17 00:00:00 2001 From: saint Date: Mon, 19 Aug 2024 13:38:43 +1000 Subject: [PATCH] v0.48.6 40-40-40 --- gossamer_forums.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gossamer_forums.rb b/gossamer_forums.rb index e682689..c01ea0d 100644 --- a/gossamer_forums.rb +++ b/gossamer_forums.rb @@ -34,10 +34,10 @@ class GossamerForumsImporter < ImportScripts::Base # This is not used, except for pool size... issue with our Bitnami Discourse? ActiveRecord::Base.establish_connection( adapter: 'postgresql', - database: 'discourse', - username: 'discourse', - password: 'nhB5FWhQkjdvaD2ViRNO63dQagDnzaTn', - host: '10.0.0.2', + database: 'slowtwitch', + username: 'admin', + password: "yxnh93Ybbz2Nm8#mp28zCVv", + host: 'slowtwitch.northend.network', pool: 40, # Adjust based on concurrency needs timeout: 5000 )