Improve goss-restorethread.rb to allow for restoring a given Gossamer Forums Forum Post / OP post_id
This commit is contained in:
parent
e972153d01
commit
79d9d44a3e
@ -2189,11 +2189,11 @@ class GossamerForumsImporter < ImportScripts::Base
|
|||||||
# connect_timeout: 10
|
# connect_timeout: 10
|
||||||
# )
|
# )
|
||||||
#
|
#
|
||||||
# ENV['PGHOST'] = '10.0.0.2'
|
ENV['PGHOST'] = '10.0.0.2'
|
||||||
# ENV['PGPORT'] = '5432'
|
ENV['PGPORT'] = '5432'
|
||||||
# ENV['PGDATABASE'] = 'discourse'
|
ENV['PGDATABASE'] = 'discourse'
|
||||||
# ENV['PGUSER'] = 'discourse'
|
ENV['PGUSER'] = 'discourse'
|
||||||
# ENV['PGPASSWORD'] = 'nhB5FWhQkjdvaD2ViRNO63dQagDnzaTn'
|
ENV['PGPASSWORD'] = 'nhB5FWhQkjdvaD2ViRNO63dQagDnzaTn'
|
||||||
# ActiveRecord::Base.establish
|
# ActiveRecord::Base.establish
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user