fix mid site connection
This commit is contained in:
parent
56caf4b34e
commit
9b86e8f24e
|
@ -6,10 +6,10 @@ $mid_site_connection
|
|||
module MiddleSiteConnection
|
||||
|
||||
@mid_host = {
|
||||
:host => '127.0.0.1', #mruling.nccu.edu.tw or 127.0.0.1
|
||||
:port => 8005, #3306 or 8005
|
||||
:username => "root",
|
||||
:password => "a3G6yWd9",
|
||||
:host => 'mruling.nccu.edu.tw', #mruling.nccu.edu.tw or 127.0.0.1
|
||||
:port => 3306, #3306 or 8005
|
||||
:username => "rulingcom",
|
||||
:password => "5w3iJQ9OJQMGhJibKP6YQje8",
|
||||
:database => "RSS23_NCCU_MIDDLE",
|
||||
:encoding => "UTF8"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue