v0.48.6 40-40-40
This commit is contained in:
parent
915961cf51
commit
7fde0fa255
@ -34,10 +34,10 @@ class GossamerForumsImporter < ImportScripts::Base
|
|||||||
# This is not used, except for pool size... issue with our Bitnami Discourse?
|
# This is not used, except for pool size... issue with our Bitnami Discourse?
|
||||||
ActiveRecord::Base.establish_connection(
|
ActiveRecord::Base.establish_connection(
|
||||||
adapter: 'postgresql',
|
adapter: 'postgresql',
|
||||||
database: 'discourse',
|
database: 'slowtwitch',
|
||||||
username: 'discourse',
|
username: 'admin',
|
||||||
password: 'nhB5FWhQkjdvaD2ViRNO63dQagDnzaTn',
|
password: "yxnh93Ybbz2Nm8#mp28zCVv",
|
||||||
host: '10.0.0.2',
|
host: 'slowtwitch.northend.network',
|
||||||
pool: 40, # Adjust based on concurrency needs
|
pool: 40, # Adjust based on concurrency needs
|
||||||
timeout: 5000
|
timeout: 5000
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user